changeset bef8449bb48a in modules/production_outsourcing:default
details:
https://hg.tryton.org/modules/production_outsourcing?cmd=changeset&node=bef8449bb48a
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 12a63472a13f -r bef8449bb48a purchase.py
--- a/purchase.py Sun Jan 23 12:54:56 2022 +0100
+++ b/purchase.py Sun Jan 30 20:17:47 2022 +0100
@@ -16,5 +16,5 @@
states={
'invisible': Eval('type') != 'line',
},
- depends=['type'],
+ depends=['type', 'purchase'],
help="Add to the cost of the production.")