changeset cf07f6239827 in modules/product:default
details: https://hg.tryton.org/modules/product?cmd=changeset;node=cf07f6239827
description:
        Set code column first in template tree view

        issue9467
        review298151002
diffstat:

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

diffs (21 lines):

diff -r 1d3e1d8f7676 -r cf07f6239827 CHANGELOG
--- a/CHANGELOG Fri Jul 24 10:03:09 2020 +0200
+++ b/CHANGELOG Sat Jul 25 12:54:47 2020 +0200
@@ -1,3 +1,4 @@
+* Set code column first in template tree view
 * Add default order on product and template
 * Check price_decimal configuration
 
diff -r 1d3e1d8f7676 -r cf07f6239827 view/template_tree.xml
--- a/view/template_tree.xml    Fri Jul 24 10:03:09 2020 +0200
+++ b/view/template_tree.xml    Sat Jul 25 12:54:47 2020 +0200
@@ -2,8 +2,8 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tree>
+    <field name="code" expand="1"/>
     <field name="name" expand="2"/>
-    <field name="code" expand="1"/>
     <field name="list_price"/>
     <field name="cost_price"/>
     <field name="type"/>

Reply via email to