changeset 790fd7b11f11 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset&node=790fd7b11f11
description:
        Display move origin on move line list view
diffstat:

 view/move_line_tree.xml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 599a32172c3a -r 790fd7b11f11 view/move_line_tree.xml
--- a/view/move_line_tree.xml   Mon Oct 18 01:22:26 2021 +0200
+++ b/view/move_line_tree.xml   Mon Oct 18 14:48:58 2021 +0200
@@ -3,6 +3,7 @@
 this repository contains the full copyright notices and license terms. -->
 <tree editable="1" on_write="on_write">
     <field name="move"/>
+    <field name="move_origin" expand="1"/>
     <field name="origin" expand="1"/>
     <field name="date"/>
     <field name="account" expand="1"/>

Reply via email to