changeset 1874b92cf41e in modules/account_product:default
details:
https://hg.tryton.org/modules/account_product?cmd=changeset;node=1874b92cf41e
description:
Do not refer to activated modules as installed
issue9395
review311721004
diffstat:
doc/index.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (10 lines):
diff -r 89ff54ef3d5d -r 1874b92cf41e doc/index.rst
--- a/doc/index.rst Tue May 19 19:03:11 2020 +0200
+++ b/doc/index.rst Thu Jul 09 10:33:42 2020 +0100
@@ -4,5 +4,5 @@
The account product module adds accounting on product and category.
.. note::
- If the analytic account module is installed, it also adds the product and
+ If the analytic account module is activated, it also adds the product and
category as criteria for the analytic rule engine.