details: https://code.tryton.org/tryton/commit/933da40ea9e6 branch: default user: Cédric Krier <[email protected]> date: Tue Jul 07 19:11:07 2026 +0200 description: Add menuitem to the documentation of the creation of account move from template diffstat:
modules/account/doc/usage/create.inc.rst | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diffs (14 lines): diff -r 7e12147b546a -r 933da40ea9e6 modules/account/doc/usage/create.inc.rst --- a/modules/account/doc/usage/create.inc.rst Tue Jul 07 19:10:08 2026 +0200 +++ b/modules/account/doc/usage/create.inc.rst Tue Jul 07 19:11:07 2026 +0200 @@ -52,6 +52,7 @@ You must first create the *Account Move Template* and set it up to ask for the things that might change each time it is used. -You then run the -`Create Move from Template <wizard-account.move.template.create>` wizard to -create account moves based on a template of your choice. +You then run the `Create Move from Template +<wizard-account.move.template.create>` wizard from [:menuselection:`Financial +--> Entries --> Create Move from Template`] to create account moves based on a +template of your choice.
