物料需求计划管理

This commit is contained in:
guanhuan
2025-06-27 15:23:05 +08:00
parent 50a066c23a
commit c03cda8250
7 changed files with 63 additions and 42 deletions

View File

@@ -85,8 +85,6 @@ 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: