From 075403d03953fcac5cf6acd15d3ab880ac2314a2 Mon Sep 17 00:00:00 2001 From: Quentin Dupont Date: Fri, 19 Jun 2026 16:11:44 +0200 Subject: [PATCH] [16.0][IMP] product_margin_classification Tree view minor imp --- product_margin_classification/views/view_product_product.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/product_margin_classification/views/view_product_product.xml b/product_margin_classification/views/view_product_product.xml index 1ec3bf13d..88f4c8770 100644 --- a/product_margin_classification/views/view_product_product.xml +++ b/product_margin_classification/views/view_product_product.xml @@ -13,6 +13,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). decoration-warning="margin_state == 'too_expensive'" decoration-danger="margin_state == 'too_cheap'" editable="bottom" + edit="true" create="false" > @@ -55,8 +56,10 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). widget="monetary" options="{'currency_field': 'currency_id', 'field_digits': True}" /> + +