changeset 99134f01fd42 in modules/project_revenue:default
details:
https://hg.tryton.org/modules/project_revenue?cmd=changeset;node=99134f01fd42
description:
Do not refer to activated modules as installed
issue9395
review311721004
diffstat:
work.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7d7117a7b07b -r 99134f01fd42 work.py
--- a/work.py Thu Jul 09 10:21:06 2020 +0100
+++ b/work.py Thu Jul 09 10:33:42 2020 +0100
@@ -42,7 +42,7 @@
except KeyError:
pass
else:
- # Add purchase lines if purchase is installed
+ # Add purchase lines if purchase is activated
cls.purchase_lines = fields.One2Many('purchase.line', 'work',
'Purchase Lines', domain=[
('purchase.company', '=', Eval('company', -1)),