Skip to content
Snippets Groups Projects
README.rst 1.39 KiB
Newer Older
==================
Accounting Periods
Houzefa Abbasbhay's avatar
Houzefa Abbasbhay committed
==================
.. |coverage| image:: .badges/coverage.svg
    :target: https://orus.io/xcg/odoo-modules/account_period/-/pipelines?ref=branch/13.0
    :alt: Coverage report
.. |pylint| image:: .badges/pylint.svg
    :target: https://orus.io/xcg/odoo-modules/account_period/-/pipelines?ref=branch/13.0
    :alt: pylint score
.. Update the badge bellow depending on status
.. |maturity| image:: .badges/maturity.svg
    :target: https://odoo-community.org/page/development-status
    :alt: Alpha
.. |license| image:: .badges/licence-AGPL--3-blue.svg
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |black| image:: .badges/code_style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Black
.. |prettier| image:: .badges/code_style-prettier-ff69b4.svg
    :target: https://github.com/prettier/prettier
    :alt: Prettier
|coverage| |pylint| |maturity| |license| |black| |prettier|
Houzefa Abbasbhay's avatar
Houzefa Abbasbhay committed
Per-period accounting concept. Periods can be individually closed.
Periods are filled based on an accounting date this module adds which users
may however set in advance.
Dates reworked in accounting documents / invoices:
* Add accounting date used to select the right period.
* Add transaction date.
* Hide default ``date`` field, obsoleted by accounting date above.
Houzefa Abbasbhay's avatar
Houzefa Abbasbhay committed
Inspired from what used to be available in previous Odoo versions.