From 14df291724a4df013fb73b411b57438a0d583f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJuan?= Date: Mon, 5 Jan 2026 20:04:58 +0000 Subject: [PATCH] [IMP]website_sale_stock_ux: only show ribbon if product has no variants X-original-commit: e7e58b710377ce866e106cceedba707e9b207673 --- website_sale_stock_ux/__manifest__.py | 42 +++++++++++++++++++++++ website_sale_stock_ux/views/templates.xml | 23 +++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 website_sale_stock_ux/__manifest__.py create mode 100644 website_sale_stock_ux/views/templates.xml diff --git a/website_sale_stock_ux/__manifest__.py b/website_sale_stock_ux/__manifest__.py new file mode 100644 index 00000000..2d68a7c8 --- /dev/null +++ b/website_sale_stock_ux/__manifest__.py @@ -0,0 +1,42 @@ +<<<<<<< HEAD +||||||| MERGE BASE +======= +############################################################################## +# +# Copyright (C) 2015 ADHOC SA (http://www.adhoc.com.ar) +# All Rights Reserved. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## +{ + "name": "Website Sale Stock UX", + "category": "base.module_category_knowledge_management", + "version": "18.0.1.2.0", + "author": "ADHOC SA", + "website": "www.adhoc.com.ar", + "license": "AGPL-3", + "depends": [ + "website_sale_stock", + ], + "data": [ + "views/templates.xml", + "views/snippets.xml", + ], + "installable": True, + "auto_install": True, + "application": False, +} + +>>>>>>> FORWARD PORTED diff --git a/website_sale_stock_ux/views/templates.xml b/website_sale_stock_ux/views/templates.xml new file mode 100644 index 00000000..9ac0c4df --- /dev/null +++ b/website_sale_stock_ux/views/templates.xml @@ -0,0 +1,23 @@ +<<<<<<< HEAD +||||||| MERGE BASE +======= + + + + + + +>>>>>>> FORWARD PORTED