diff --git a/account_journal_period_close/__openerp__.py b/account_journal_period_close/__openerp__.py index 99c2f6894..ab9b61686 100644 --- a/account_journal_period_close/__openerp__.py +++ b/account_journal_period_close/__openerp__.py @@ -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": [],