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: allow certain users to ignore exceptions, add exceptions on delivery orders
This commit is contained in:
27
stock_exception/__manifest__.py
Normal file
27
stock_exception/__manifest__.py
Normal file
@@ -0,0 +1,27 @@
|
||||
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'Stock Exception Rule',
|
||||
'version': '13.0.1.0.0',
|
||||
'author': 'Hibou Corp.',
|
||||
'license': 'OPL-1',
|
||||
'category': 'Generic Modules',
|
||||
'summary': 'Custom exceptions on delivery orders',
|
||||
'description': """
|
||||
Custom exceptions on delivery orders
|
||||
""",
|
||||
'website': 'https://hibou.io/',
|
||||
'depends': [
|
||||
'base_exception_user',
|
||||
'stock',
|
||||
],
|
||||
'data': [
|
||||
'views/stock_views.xml',
|
||||
'wizard/stock_exception_confirm_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/stock_exception_demo.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user