[ADD] base_exception_user,sale_exception_user,stock_exception: allow certain users to ignore exceptions, add exceptions on delivery orders

This commit is contained in:
Cedric Collins
2021-09-17 15:23:06 -05:00
parent a9a85e9c33
commit cb30f3e6ca
5 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Sale Exception Rule User',
'version': '13.0.1.0.0',
'author': 'Hibou Corp.',
'license': 'OPL-1',
'category': 'Generic Modules',
'summary': 'Allow users to ignore sale exceptions',
'description': """
Allow users to ignore sale exceptions
""",
'website': 'https://hibou.io/',
'depends': [
'base_exception_user',
'sale_exception',
],
'data': [
'wizard/sale_exception_confirm_view.xml',
],
'installable': True,
'auto_install': True,
}