From b0b047d8a984da22aac728c768c1de6d88242269 Mon Sep 17 00:00:00 2001 From: Guido Galetto Date: Wed, 18 Feb 2026 15:41:59 -0300 Subject: [PATCH] [ADD] product_catalog_tree_custom: New module --- product_catalog_tree_custom/__init__.py | 0 product_catalog_tree_custom/__manifest__.py | 19 ++++++++ .../views/product_catalog_list_views.xml | 46 +++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 product_catalog_tree_custom/__init__.py create mode 100644 product_catalog_tree_custom/__manifest__.py create mode 100644 product_catalog_tree_custom/views/product_catalog_list_views.xml 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 + + + + +