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

        issue11134
        review380081002
diffstat:

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

diffs (13 lines):

diff -r 01780d330cc5 -r 83335be2ed22 account.py
--- a/account.py        Wed Apr 06 23:37:41 2022 +0200
+++ b/account.py        Fri Apr 08 19:07:12 2022 +0200
@@ -151,8 +151,7 @@
         'account.fiscalyear', "Fiscal Year", required=True,
         domain=[
             ('company', '=', Eval('company')),
-            ],
-        depends=['company'])
+            ])
 
     @classmethod
     def default_company(cls):

Reply via email to