2
0
OCA account financial tools fork
Go to file
david f01806efdd [FIX] account_invoice_constraint_chronology: modify past invoices
Addresses the issue as commented here:

- https://github.com/OCA/account-financial-tools/issues/1206
- https://github.com/OCA/account-financial-tools/pull/1152#issuecomment-847854629

Summary of the steps to reproduce the problem:

1. Set on the invoices journal the constraint chronology.
2. Validate an invoice for this journal today.
3. Your accountant says there's an error on an invoice from yesterday.
4. Cancel it an set it to draft. You don't even need to modify anything
5. Try to post the invoice.
6. You'll get a chronology error.

In v12 this was considered but it was lost on the migration to v13:

800c02474e/account_invoice_constraint_chronology/model/account_invoice.py (L50)

800c02474e/account_invoice_constraint_chronology/model/account_invoice.py (L70-L73)

TT34624
2022-10-06 16:58:24 +02:00
.github/workflows Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
account_invoice_constraint_chronology [FIX] account_invoice_constraint_chronology: modify past invoices 2022-10-06 16:58:24 +02:00
setup Initialize 16.0 branch 2022-10-03 19:47:06 +02:00
.copier-answers.yml Initialize 16.0 branch 2022-10-03 19:47:06 +02: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 Initialize 16.0 branch 2022-10-03 19:47:06 +02: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 Initialize 16.0 branch 2022-10-03 19:47:06 +02:00

Runboat Pre-commit Status Build Status codecov Translation Status

account-financial-tools

TODO: add repo description.

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.

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.