2
0
OCA account financial tools fork
Go to file
Pierre Verkest 6599bfd112 [FIX] account_move_name_sequence: Use account move date to compute prefix
In case you want name your invoice YYYY-MM-SEQ (ie: 2022-07-00001)
where:
 * YYYY: is the account move year
 * MM: is the account move month
 * SEQ: is a numerical sequence that is continue along the fiscal year
   assuming fiscal year is over two years (ie: from july to june next year)

Before this commit the sequence prefix use now() to be compute but the
range is selected with the account move date.

This commit make consistency computing prefix with the account
move date as well.

So account move manage the first janunary for the last day of
the previous year will properly use the account move date.

Co-authored-by: Alexis de Lattre <alexis.delattre@akretion.com>
2022-11-22 14:36:51 +01:00
.github/workflows Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
account_fiscal_position_vat_check Update translation files 2022-11-16 12:40:49 +00:00
account_fiscal_year Update translation files 2022-11-16 09:24:51 +00:00
account_invoice_constraint_chronology Update translation files 2022-11-16 09:24:56 +00:00
account_move_name_sequence [FIX] account_move_name_sequence: Use account move date to compute prefix 2022-11-22 14:36:51 +01:00
setup [ADD] setup.py 2022-11-16 08:18:56 +00:00
.copier-answers.yml [FIX] Update copier template 2022-11-16 08:52:56 +01:00
.editorconfig Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.eslintrc.yml Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.flake8 Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.gitignore Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.isort.cfg Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.pre-commit-config.yaml [FIX] Update copier template 2022-11-16 08:52:56 +01:00
.prettierrc.yml Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.pylintrc Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.pylintrc-mandatory Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
LICENSE Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
README.md [UPD] addons table in README.md 2022-11-16 08:18:54 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

account-financial-tools

TODO: add repo description.

Available addons

addon version maintainers summary
account_fiscal_position_vat_check 16.0.1.0.0 Check VAT on invoice validation
account_fiscal_year 16.0.1.0.1 eLBati Create Account Fiscal Year
account_invoice_constraint_chronology 16.0.1.0.2 Account Invoice Constraint Chronology

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.