changeset dabe732f8b5c in modules/account_budget:default
details: 
https://hg.tryton.org/modules/account_budget?cmd=changeset&node=dabe732f8b5c
description:
        Remove editable on budget line list

        It is not possible to create a new line from the list view as it is 
missing
        account and account_type.

        issue10930
        review375911002
diffstat:

 view/budget_line_list.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0d870ef1ada9 -r dabe732f8b5c view/budget_line_list.xml
--- a/view/budget_line_list.xml Mon Nov 01 17:06:11 2021 +0100
+++ b/view/budget_line_list.xml Sat Nov 13 01:42:19 2021 +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="1">
+<tree>
     <field name="budget" expand="1"/>
     <field name="rec_name" string="Name" expand="2"/>
     <field name="amount"/>

Reply via email to