物料需求计划管理
This commit is contained in:
@@ -85,6 +85,8 @@ class SfDemandPlan(models.Model):
|
||||
default=False
|
||||
)
|
||||
|
||||
procurement_group_id = fields.Many2one('procurement.group', '补货组', copy=False)
|
||||
|
||||
@api.depends('product_id.part_number', 'product_id.model_name')
|
||||
def _compute_part_number(self):
|
||||
for line in self:
|
||||
|
||||
Reference in New Issue
Block a user