changeset 56f63f263227 in modules/project_revenue:default
details: 
https://hg.tryton.org/modules/project_revenue?cmd=changeset&node=56f63f263227
description:
        Add new depends from new get_eval_fields implementation

        issue11164
diffstat:

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

diffs (10 lines):

diff -r 26453117b77c -r 56f63f263227 purchase.py
--- a/purchase.py       Sat Dec 18 16:31:10 2021 +0100
+++ b/purchase.py       Sun Jan 30 20:17:47 2022 +0100
@@ -15,5 +15,5 @@
         states={
             'invisible': Eval('type') != 'line',
             },
-        depends=['type'],
+        depends=['type', 'purchase'],
         help="Add to the cost of the work effort.")

Reply via email to