From 52e30a69438272b8afcd7adf202d1bf51ac4e2d0 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Fri, 3 Jul 2020 09:22:17 -0700 Subject: [PATCH] [MOV] website_product_cores: from Hibou Suite Enterprise for 13.0 --- website_product_cores/__init__.py | 1 + website_product_cores/__manifest__.py | 23 +++++++++++++++++ website_product_cores/views/templates.xml | 31 +++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 website_product_cores/__init__.py create mode 100644 website_product_cores/__manifest__.py create mode 100644 website_product_cores/views/templates.xml 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 @@ + + + + + +