changeset 2924f697731d in modules/sale_gift_card:default
details: 
https://hg.tryton.org/modules/sale_gift_card?cmd=changeset&node=2924f697731d
description:
        Add more information on stock move form

        issue11768
        review439591003
diffstat:

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

diffs (15 lines):

diff -r 730a3a95ac32 -r 2924f697731d view/move_form.xml
--- a/view/move_form.xml        Wed Sep 14 19:27:28 2022 +0200
+++ b/view/move_form.xml        Sun Oct 09 19:07:16 2022 +0200
@@ -2,7 +2,9 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <data>
-    <xpath expr="//label[@name='origin']" position="before">
-        <field name="gift_cards" colspan="4"/>
+    <xpath expr="//notebook" position="inside">
+        <page name="gift_cards">
+            <field name="gift_cards" colspan="4"/>
+        </page>
     </xpath>
 </data>

Reply via email to