[ADD] sale_exception_portal: show exceptions on portal

H4721
This commit is contained in:
Cedric Collins
2020-12-30 17:02:15 -06:00
committed by Juan Pablo Ticse
parent ce4450a9b7
commit c1171b1692
6 changed files with 149 additions and 0 deletions

View 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,
}