1、在销售订单内产品列表内增加备注字段
This commit is contained in:
@@ -151,6 +151,7 @@ class ResaleOrderLine(models.Model):
|
||||
# # without modifying the related product_id when updated.
|
||||
# domain=[('sale_ok', '=', True), ('categ_type', '=', '成品')])
|
||||
check_status = fields.Selection(related='order_id.check_status')
|
||||
remark = fields.Char('备注')
|
||||
|
||||
@api.depends('product_template_id')
|
||||
def _compute_model_glb_file(self):
|
||||
|
||||
Reference in New Issue
Block a user