Financial reports for Odoo
 
 
 
 
 
Go to file
Akim Juillerat 973b928114 Avoid error on installation with missing analytic account
When installing the module account_financial_report, a relational table between
account_move_line and account_analytic_account is created and computed.

However, if an analytic account was used only on draft invoices before being deleted,
its ID will remain in the JSON column analytic_distibution of account_move_line.
In that case we get a ForeignKeyViolation because the ID doesn't exist in
account_analytic_account table.

Therefore, we need to check if the ID exists during the computation to avoid
inserting it in the relational table and raising the error.
2023-10-16 08:52:03 +02:00
.github/workflows [BUILD] copier update 2023-02-09 13:27:23 +00:00
account_financial_report Avoid error on installation with missing analytic account 2023-10-16 08:52:03 +02:00
account_tax_balance [UPD] README.rst 2023-09-03 11:14:36 +00:00
mis_builder_cash_flow Translated using Weblate (Spanish) 2023-09-21 16:44:03 +00:00
setup oca-github-bot post-merge updates 2023-09-19 18:01:20 +00:00
.copier-answers.yml [IMP] update dotfiles [ci skip] 2023-03-12 18:53:20 +01:00
.editorconfig Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
.eslintrc.yml Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
.flake8 Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
.gitignore Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
.isort.cfg Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
.pre-commit-config.yaml [BUILD] copier update 2023-02-09 13:27:23 +00:00
.prettierrc.yml Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
.pylintrc Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
.pylintrc-mandatory Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
LICENSE Initialize 16.0 branch 2022-10-03 19:46:49 +02:00
README.md [BOT] post-merge updates 2023-09-28 16:31:05 +00:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

account-financial-reporting

TODO: add repo description.

Available addons

addon version maintainers summary
account_financial_report 16.0.1.3.7 OCA Financial Reports
account_tax_balance 16.0.1.1.0 Compute tax balances based on date range
mis_builder_cash_flow 16.0.1.0.0 jjscarafia MIS Builder Cash Flow

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.