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

        issue11134
        review380081002
diffstat:

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

diffs (11 lines):

diff -r 955d01b37bd4 -r 4b3bfead083b carrier.py
--- a/carrier.py        Wed Apr 06 23:37:42 2022 +0200
+++ b/carrier.py        Fri Apr 08 19:07:13 2022 +0200
@@ -14,7 +14,6 @@
         states={
             'invisible': Eval('carrier_cost_method') != 'percentage',
             },
-        depends=['carrier_cost_method'],
         help="The percentage applied on the amount to compute the cost.")
 
     @classmethod

Reply via email to