changeset d0dd9375e80a in modules/account_fr:default
details: 
https://hg.tryton.org/modules/account_fr?cmd=changeset&node=d0dd9375e80a
description:
        Send only the required fields when fetching a readonly view definition

        issue11134
        review380081002
diffstat:

 account.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r cf4ac9af81ec -r d0dd9375e80a account.py
--- a/account.py        Wed Apr 06 23:37:41 2022 +0200
+++ b/account.py        Fri Apr 08 19:07:12 2022 +0200
@@ -381,7 +381,6 @@
             ('fiscalyear', '=', Eval('fiscalyear')),
             ('type', '=', 'adjustment'),
             ],
-        depends=['fiscalyear'],
         help="The period to exclude which contains "
         "the moves to balance non-deferral account")
 

Reply via email to