Use editable=1 instead of bottom.

This commit is contained in:
Albert Cervera i Areny 2020-06-11 00:25:07 +02:00
parent 3f5029275d
commit 51b57e4e4b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<!-- This file is part of the sale_rule module for 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="sequence"/>
<field name="action_type"/>
<field name="product"/>

View File

@ -2,7 +2,7 @@
<!-- This file is part of the sale_rule module for 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="sequence"/>
<field name="criteria"/>
<field name="product"/>