One2many 字段在 comodel_name 里是所有记录的记录集 inverse_name 相当于当前记录
order_line = fields.One2many('sale.order.line','order_id',string='明细')
比如通过order_id 去查询订单明细表中的商品明细信息
One2many 字段在 comodel_name 里是所有记录的记录集 inverse_name 相当于当前记录
order_line = fields.One2many('sale.order.line','order_id',string='明细')
比如通过order_id 去查询订单明细表中的商品明细信息