changeset eeabffa928bb in modules/party:default
details: https://hg.tryton.org/modules/party?cmd=changeset;node=eeabffa928bb
description:
Position new record based on order
We sent an order to the client for action and xxx2Many so its screen has
always a default order set.
To position a new record on non editable tree, we use the order of the
'id'
column if presents.
issue8880
review276501003
diffstat:
view/contact_mechanism_tree_sequence.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 1278d4325991 -r eeabffa928bb view/contact_mechanism_tree_sequence.xml
--- a/view/contact_mechanism_tree_sequence.xml Fri Dec 06 17:33:46 2019 +0100
+++ b/view/contact_mechanism_tree_sequence.xml Sat Dec 28 18:16:28 2019 +0100
@@ -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 sequence="sequence"
- editable="bottom">
+<tree sequence="sequence" editable="1">
<field name="type"/>
<field name="value" expand="1"/>
<field name="name" expand="1"/>