trytond-stock_distribution_in/view/distribution_in_line_tree.xml
Juanjo Garcia 3963303d5b 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.
2020-01-22 15:54:22 +01:00

9 lines
313 B
XML

<?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="1">
<field name="move"/>
<field name="quantity"/>
<field name="production"/>
<field name="location"/>
</tree>