物料需求计划管理

This commit is contained in:
guanhuan
2025-06-26 17:18:03 +08:00
parent c14e2c19bf
commit fe4659987f
5 changed files with 83 additions and 7 deletions

View File

@@ -20,3 +20,4 @@ class SfReleasePlanWizard(models.TransientModel):
def confirm(self):
if self.demand_plan_line_id:
self.demand_plan_line_id.mrp_bom_create()
self.demand_plan_line_id._action_launch_stock_rule()