diff --git a/website_product_cores/__init__.py b/website_product_cores/__init__.py new file mode 100644 index 00000000..0358305d --- /dev/null +++ b/website_product_cores/__init__.py @@ -0,0 +1 @@ +# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details. diff --git a/website_product_cores/__manifest__.py b/website_product_cores/__manifest__.py new file mode 100644 index 00000000..33bd65c9 --- /dev/null +++ b/website_product_cores/__manifest__.py @@ -0,0 +1,23 @@ +# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details. + +{ + 'name': 'Website Product Cores', + 'author': 'Hibou Corp. ', + 'version': '13.0.1.0.0', + 'license': 'OPL-1', + 'category': 'Website', + 'description': """ +Removes Trash icon from Core Product + """, + 'website': 'https://hibou.io/', + 'depends': [ + 'product_cores', + 'website_sale', + ], + 'data': [ + 'views/templates.xml', + ], + 'installable': True, + 'application': False, + 'auto_install': True, +} diff --git a/website_product_cores/views/templates.xml b/website_product_cores/views/templates.xml new file mode 100644 index 00000000..247973b4 --- /dev/null +++ b/website_product_cores/views/templates.xml @@ -0,0 +1,31 @@ + + + + + +