[MIG] stock_exception: bump version, add security rules, add ondelete to selection field, and slightly refactor unit test

This commit is contained in:
Cedric Collins
2022-01-15 14:32:53 -06:00
parent 24f291c4fe
commit 9e39c681c8
5 changed files with 13 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
{
'name': 'Stock Exception Rule',
'version': '13.0.1.0.0',
'version': '14.0.1.0.0',
'author': 'Hibou Corp.',
'license': 'OPL-1',
'category': 'Generic Modules',
@@ -16,6 +16,7 @@ Custom exceptions on delivery orders
'stock',
],
'data': [
'security/ir.model.access.csv',
'views/stock_views.xml',
'wizard/stock_exception_confirm_views.xml',
],