details: https://code.tryton.org/tryton/commit/7e12147b546a
branch: default
user: Cédric Krier <[email protected]>
date: Tue Jul 07 19:10:08 2026 +0200
description:
Remove "close" prefix to processing menu entries of accounting
diffstat:
modules/account/doc/usage/close.inc.rst | 15 +++++++--------
modules/account/fiscalyear.xml | 2 +-
modules/account/period.xml | 2 +-
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (65 lines):
diff -r 7923527bbd6e -r 7e12147b546a modules/account/doc/usage/close.inc.rst
--- a/modules/account/doc/usage/close.inc.rst Tue Jul 07 19:08:34 2026 +0200
+++ b/modules/account/doc/usage/close.inc.rst Tue Jul 07 19:10:08 2026 +0200
@@ -22,16 +22,15 @@
If you are not ready to close the period, but want to restrict which
`Journals <model-account.journal>` are still open then you can partially
close a period.
- In Tryton this is done by using the
- [:menuselection:`Financial --> Processing --> Close Journals - Periods`]
- main menu item.
+ In Tryton this is done by using the [:menuselection:`Financial -->
+ Processing --> Journals - Periods`] main menu item.
Close the period
----------------
Once you are happy everything seems to be okay you use the
-[:menuselection:`Financial --> Processing --> Close Periods`] main menu item
-to close the period.
+[:menuselection:`Financial --> Processing --> Periods`] main menu item to close
+the period.
.. note::
@@ -45,7 +44,7 @@
not locked.
To reopen a closed period use the [:menuselection:`Financial --> Processing
- --> Close Periods`] menu item.
+ --> Periods`] menu item.
To find a closed period, you will need to clear the filter so that all the
periods are listed, not just the open ones.
@@ -102,5 +101,5 @@
---------------------
Finally once all the year end and closing moves have been posted you can close
-the fiscal year from the
-[:menuselection:`Financial --> Processing --> Close Fiscal Year`] menu item.
+the fiscal year from the [:menuselection:`Financial --> Processing --> Fiscal
+Year`] menu item.
diff -r 7923527bbd6e -r 7e12147b546a modules/account/fiscalyear.xml
--- a/modules/account/fiscalyear.xml Tue Jul 07 19:08:34 2026 +0200
+++ b/modules/account/fiscalyear.xml Tue Jul 07 19:10:08 2026 +0200
@@ -96,7 +96,7 @@
</record>
<record model="ir.action.act_window" id="act_fiscalyear_form_close">
- <field name="name">Close Fiscal Years</field>
+ <field name="name">Fiscal Years</field>
<field name="res_model">account.fiscalyear</field>
<field name="search_value"
eval="[('state', '=', 'open')]" pyson="1"/>
diff -r 7923527bbd6e -r 7e12147b546a modules/account/period.xml
--- a/modules/account/period.xml Tue Jul 07 19:08:34 2026 +0200
+++ b/modules/account/period.xml Tue Jul 07 19:10:08 2026 +0200
@@ -61,7 +61,7 @@
</record>
<record model="ir.action.act_window" id="act_period_form_close">
- <field name="name">Close Periods</field>
+ <field name="name">Periods</field>
<field name="res_model">account.period</field>
<field name="search_value"
eval="[('state', '=', 'open')]" pyson="1"/>