1、在销售订单内产品列表内增加备注字段

This commit is contained in:
yuxianghui
2024-07-11 16:38:41 +08:00
parent dd7c69ce1b
commit 3094379e86
2 changed files with 4 additions and 0 deletions

View File

@@ -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):