Skip to content
Snippets Groups Projects
Name Last commit Last update
.badges
doc
i18n
models
security
tests
views
wizards
.editorconfig
.gitlab-ci.yml
.hgignore
.hgtags
.prettierrc.yml
.yamllint.yaml
LICENSE
NEWS.rst
README.rst
__init__.py
__manifest__.py
pyproject.toml
requirements

Accounting Periods

Coverage report pylint score Alpha License: AGPL-3 Black Prettier

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.

Inspired from what used to be available in previous Odoo versions.