mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[DOC] account_journal_period_close: improve module description
This commit is contained in:
@@ -38,10 +38,19 @@
|
||||
"depends": [
|
||||
"account"],
|
||||
"description": """
|
||||
Account Journal Period Close
|
||||
==============================
|
||||
this module allows to add some account move in a close period.
|
||||
To do this, you have to specify account journals on which will allow writing of account move on the period form view
|
||||
Close period per journal
|
||||
========================
|
||||
|
||||
This module allows fine grained control of period closing.
|
||||
Each journal can be closed independently for any period
|
||||
(using buttons on the fiscal period view).
|
||||
|
||||
A common use case is letting accountants close the sale
|
||||
and purchase journals when the VAT declaration is done for
|
||||
a given period, while leaving the miscellaneous journal open.
|
||||
|
||||
From a technical standpoint, the module leverages the
|
||||
account.journal.period model that is present in Odoo core.
|
||||
""",
|
||||
"data": ['view/account_view.xml'],
|
||||
"demo": [],
|
||||
|
||||
Reference in New Issue
Block a user