changeset 533da009dde3 in modules/carrier:default details: https://hg.tryton.org/modules/carrier?cmd=changeset;node=533da009dde3 description: Review editable attribute
Use top for main tree and bottom when inside a field. issue8430 review255581002 diffstat: view/selection_tree.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diffs (13 lines): diff -r 24adf0af5212 -r 533da009dde3 view/selection_tree.xml --- a/view/selection_tree.xml Mon May 06 15:01:13 2019 +0200 +++ b/view/selection_tree.xml Mon Jul 08 17:10:34 2019 +0200 @@ -1,8 +1,7 @@ <?xml version="1.0"?> <!-- 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 editable="bottom" - sequence="sequence"> +<tree editable="top" sequence="sequence"> <field name="sequence" tree_invisible="1"/> <field name="from_country"/> <field name="to_country"/>