Metadata-Version: 2.0
Name: odoo8-addon-account-journal-period-close
Version: 8.0.1.0.0.99.dev5
Summary: Account Journal Period Close
Home-page: http://www.acsone.eu
Author: ACSONE SA/NV,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Dist: odoo (<9.0a,>=8.0a)

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.


