changeset 6e65d516c065 in modules/sale_supply_drop_shipment:default
details:
https://hg.tryton.org/modules/sale_supply_drop_shipment?cmd=changeset&node=6e65d516c065
description:
Reorganize stock menu and group shipments
issue11113
review377991002
diffstat:
view/stock_configuration_form.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r d1ea42b8a308 -r 6e65d516c065 view/stock_configuration_form.xml
--- a/view/stock_configuration_form.xml Sun Jan 30 01:28:36 2022 +0100
+++ b/view/stock_configuration_form.xml Sun Jan 30 01:37:46 2022 +0100
@@ -5,6 +5,6 @@
<xpath expr="/form/field[@name='shipment_internal_sequence']"
position="after">
<label name="shipment_drop_sequence"/>
- <field name="shipment_drop_sequence"/>
+ <field name="shipment_drop_sequence" string="Drop Shipment Sequence"/>
</xpath>
</data>