mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] base_exception_user,sale_exception_user,stock_exception: backported from 13.0 to 12.0
H7287
This commit is contained in:
24
base_exception_user/__manifest__.py
Normal file
24
base_exception_user/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'Exception Rule User',
|
||||
'version': '12.0.1.0.0',
|
||||
'author': 'Hibou Corp.',
|
||||
'license': 'OPL-1',
|
||||
'category': 'Generic Modules',
|
||||
'summary': 'Allow users to ignore exceptions',
|
||||
'description': """
|
||||
Allow users to ignore exceptions
|
||||
""",
|
||||
'website': 'https://hibou.io/',
|
||||
'depends': [
|
||||
'base_exception',
|
||||
],
|
||||
'data': [
|
||||
'security/base_exception_security.xml',
|
||||
'views/base_exception_views.xml',
|
||||
'wizard/base_exception_confirm_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user