Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
ac4a998e by Cédric Krier at 2023-06-18T16:35:35+02:00
Display target quantity of order point on list view
The target quantity is always required and visible.
- - - - -
1 changed file:
- modules/stock_supply/view/order_point_tree.xml
Changes:
=====================================
modules/stock_supply/view/order_point_tree.xml
=====================================
@@ -7,5 +7,6 @@
<field name="location" expand="2"/>
<field name="type"/>
<field name="min_quantity" symbol="unit"/>
+ <field name="target_quantity" symbol="unit"/>
<field name="max_quantity" symbol="unit"/>
</tree>
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/ac4a998e1a2df96232bf31489ba7911bca1dcc98
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/ac4a998e1a2df96232bf31489ba7911bca1dcc98
You're receiving this email because of your account on foss.heptapod.net.