changeset 9d493de0a12c in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=9d493de0a12c
description:
Do not refer to activated modules as installed
issue9395
review311721004
diffstat:
doc/usage.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 6ed6142e134e -r 9d493de0a12c doc/usage.rst
--- a/doc/usage.rst Thu Jul 09 00:34:01 2020 +0200
+++ b/doc/usage.rst Thu Jul 09 10:33:42 2020 +0100
@@ -109,7 +109,7 @@
This part of the client contains all the related contents and
functions provided by the :term:`Tryton server` :term:`modules`.
All aspects inside the *main frame* depend at least on the individual set
-of installed modules.
+of activated modules.
The main frame provides a `tabbed document interface`__ to arrange different
views side by side. New :term:`tabs` are opened by special :term:`actions`,
@@ -128,7 +128,7 @@
Menu
++++
The *menu* does not contain fixed menu items.
-All of them are dynamically provided by the actual set of the installed
+All of them are dynamically provided by the actual set of the activated
:term:`modules` depending on the access rules of the current user. If a menu
item is clicked, the appropriate action will open in a new tab.