Sergi Almacellas Abellana pushed to branch branch/default at Tryton / Tryton


Commits:
ae3d19e6 by Sergi Almacellas Abellana at 2023-03-14T08:59:48+01:00
Add symbol on product supplier minimum and multiple quantity
- - - - -


1 changed file:

- modules/purchase_product_quantity/view/product_supplier_form.xml


Changes:

=====================================
modules/purchase_product_quantity/view/product_supplier_form.xml
=====================================
@@ -4,5 +4,5 @@
 <data>
     <xpath expr="//label[@name='currency']" position="before">
         <label name="quantity_minimal"/>
-        <field name="quantity_minimal"/>
+        <field name="quantity_minimal" symbol="uom"/>
         <label name="quantity_rounding"/>
@@ -8,4 +8,4 @@
         <label name="quantity_rounding"/>
-        <field name="quantity_rounding"/>
+        <field name="quantity_rounding" symbol="uom"/>
     </xpath>
 </data>



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/ae3d19e690640dd031d02038c6b355b84d659eff

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/ae3d19e690640dd031d02038c6b355b84d659eff
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to