details:   https://code.tryton.org/tryton/commit/a5d5b0dbde6a
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Jan 26 15:55:53 2026 +0100
description:
        Do not update UNECE code for unit of measure

        Closes #14560
diffstat:

 modules/edocument_unece/product.xml |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 7056ce843d67 -r a5d5b0dbde6a modules/edocument_unece/product.xml
--- a/modules/edocument_unece/product.xml       Wed Feb 04 09:53:06 2026 +0100
+++ b/modules/edocument_unece/product.xml       Mon Jan 26 15:55:53 2026 +0100
@@ -24,7 +24,8 @@
         <record model="product.uom" id="product.uom_unit">
             <field name="unece_code">C62</field>
         </record>
-
+    </data>
+    <data noupdate="1">
         <record model="product.uom" id="product.uom_kilogram">
             <field name="unece_code">KGM</field>
         </record>

Reply via email to