changeset aa519e77b463 in modules/stock_forecast:default
details: 
https://hg.tryton.org/modules/stock_forecast?cmd=changeset;node=aa519e77b463
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/forecast_line_tree.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d4237f46a824 -r aa519e77b463 view/forecast_line_tree.xml
--- a/view/forecast_line_tree.xml       Wed Dec 04 11:09:36 2019 +0100
+++ b/view/forecast_line_tree.xml       Sat Dec 28 18:16:28 2019 +0100
@@ -1,7 +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">
+<tree editable="1">
     <field name="forecast" expand="2"/>
     <field name="product" expand="1"/>
     <field name="quantity"/>

Reply via email to