[IMP] mrp_exception: finalized the changes

This commit is contained in:
Jorge Che
2022-10-20 17:34:16 +00:00
parent 6e20862af2
commit 3bfc3f5ce4
9 changed files with 130 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ class MrpProduction(models.Model):
@api.model
def _get_popup_action(self):
return self.env.ref('omf_mrp.action_mrp_production_exception_confirm')
return self.env.ref('mrp_exception.action_mrp_production_exception_confirm')
def action_confirm(self):
self.ensure_one()