mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] sale_exception_portal: show exceptions on portal
H4721
This commit is contained in:
committed by
Juan Pablo Ticse
parent
ce4450a9b7
commit
c1171b1692
22
sale_exception_portal/__manifest__.py
Normal file
22
sale_exception_portal/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
'name': 'Sale Exception Portal',
|
||||
'summary': 'Display sale exceptions on customer portal',
|
||||
'version': '13.0.1.0.0',
|
||||
'author': "Hibou Corp.",
|
||||
'category': 'Sale',
|
||||
'license': 'AGPL-3',
|
||||
'website': "https://hibou.io",
|
||||
'description': """
|
||||
Display sale exceptions on customer portal and prevent further action
|
||||
""",
|
||||
'depends': [
|
||||
'sale_exception',
|
||||
],
|
||||
'demo': [],
|
||||
'data': [
|
||||
'views/sale_portal_templates.xml',
|
||||
'views/sale_views.xml',
|
||||
],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user