diff --git a/product_catalog_tree_custom/__init__.py b/product_catalog_tree_custom/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/product_catalog_tree_custom/__manifest__.py b/product_catalog_tree_custom/__manifest__.py new file mode 100644 index 000000000..272e8b390 --- /dev/null +++ b/product_catalog_tree_custom/__manifest__.py @@ -0,0 +1,19 @@ +{ + "name": "Product Catalog Tree Custom", + "version": "18.0.1.0.0", + "category": "Product", + "summary": "Customizations for product catalog tree view", + "author": "ADHOC SA", + "license": "LGPL-3", + "depends": [ + "product_catalog_tree", + "website_sale", + "product_price_taxes_included", + "product_brand", + ], + "data": [ + "views/product_catalog_list_views.xml", + ], + "installable": True, + "application": False, +} diff --git a/product_catalog_tree_custom/views/product_catalog_list_views.xml b/product_catalog_tree_custom/views/product_catalog_list_views.xml new file mode 100644 index 000000000..96069c06c --- /dev/null +++ b/product_catalog_tree_custom/views/product_catalog_list_views.xml @@ -0,0 +1,46 @@ + + + + + gg.product.view.list.catalog.ext + product.product + + extension + 50 + + + + + hide + + + + + hide + + + + + show + + + + + show + + + + show + + + + show + + + + show + + + + +