changeset c516c469500c in modules/stock:default
details: https://hg.tryton.org/modules/stock?cmd=changeset&node=c516c469500c
description:
        Improve moves synchronisation on drop shipment

        By using an origin drop as synchronisation key, the code is simplified 
but also
        it allows to follow when products are changed.
        This allows also to synchronise lots.
        The origin drop is filled on the customer moves when the drop shipment 
is set
        to waiting by using the purchase request as link.

        issue11700
        review411701003
diffstat:

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

diffs (14 lines):

diff -r 8cb1a946e3a4 -r c516c469500c view/move_form.xml
--- a/view/move_form.xml        Wed Sep 14 19:27:28 2022 +0200
+++ b/view/move_form.xml        Tue Sep 27 00:29:24 2022 +0200
@@ -25,7 +25,9 @@
     <label name="effective_date"/>
     <field name="effective_date"/>
     <label name="origin"/>
-    <field name="origin" colspan="3"/>
+    <field name="origin"/>
+    <newline/>
+
     <label name="state"/>
     <field name="state"/>
     <group col="-1" colspan="2" id="buttons">

Reply via email to