changeset 9837923002cf in modules/stock_package:default
details: 
https://hg.tryton.org/modules/stock_package?cmd=changeset&node=9837923002cf
description:
        Reorganize stock menu and group shipments

        issue11113
        review377991002
diffstat:

 view/configuration_form.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a777306fdf1d -r 9837923002cf view/configuration_form.xml
--- a/view/configuration_form.xml       Sun Jan 30 01:30:26 2022 +0100
+++ b/view/configuration_form.xml       Sun Jan 30 01:37:46 2022 +0100
@@ -3,8 +3,8 @@
 this repository contains the full copyright notices and license terms. -->
 <data>
     <xpath expr="/form" position="inside">
-        <newline/>
-        <label name="package_sequence"/>
+        <separator id="package" colspan="4" string="Package"/>
+        <label name="package_sequence" string="Sequence"/>
         <field name="package_sequence"/>
         <newline/>
     </xpath>

Reply via email to