[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

@@ -16,13 +16,12 @@ Custom exceptions on journal entries
'mrp',
],
'data': [
# 'demo/mrp_production_exception.xml',
# 'security/ir.model.access.csv',
# 'views/account_move_views.xml',
# 'wizard/account_move_exception_confirm_views.xml',
'security/ir.model.access.csv',
'views/mrp_production_views.xml',
'wizard/mrp_production_exception_confirm_views.xml',
],
'demo': [
'demo/account_exception_demo.xml',
'demo/mrp_production_exception.xml',
],
'installable': True,
'auto_install': False,