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.
This commit is contained in:
Juanjo Garcia 2020-01-22 15:25:55 +01:00
parent e635deea04
commit 9a4cf7a45d
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<tree editable="bottom">
<tree editable="1">
<field name="test"/>
<field name="name"/>
<field name="proof"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<tree editable="bottom">
<tree editable="1">
<field name="method"/>
<field name="name"/>
<field name="active" tree_invisible="1"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<tree editable="bottom">
<tree editable="1">
<field name="test"/>
<field name="name"/>
<field name="proof"/>