mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] sale_exception_website: display sale exceptions and prevent purchase
H4721
This commit is contained in:
committed by
Juan Pablo Ticse
parent
49ff1aaed2
commit
fd68216486
22
sale_exception_website/__manifest__.py
Normal file
22
sale_exception_website/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
'name': 'Sale Exception Website',
|
||||
'summary': 'Display sale exceptions on eCommerce site',
|
||||
'version': '13.0.1.0.0',
|
||||
'author': "Hibou Corp.",
|
||||
'category': 'Sale',
|
||||
'license': 'AGPL-3',
|
||||
'website': "https://hibou.io",
|
||||
'description': """
|
||||
Display sale exceptions on eCommerce site and prevent purchases
|
||||
""",
|
||||
'depends': [
|
||||
'sale_exception_portal',
|
||||
'website_sale',
|
||||
],
|
||||
'demo': [],
|
||||
'data': [
|
||||
'views/website_templates.xml',
|
||||
],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user