Financial reports for Odoo
 
 
 
 
 
Go to file
Pedro M. Baeza c36817262d [FIX+IMP] account_financial_report: data can be None + no context mangling
Depending on the calling method, data can be something different from a dictionary
(like `None` if no keyword argument is provided), so this will crash. Example:
mis_builder is crashing in its tests.

We prevent that checking for a falsy value before trying to access the dictionary.

We also avoid context mangling for non AFR reports (those without the key
`account_financial_report_lang` in the dictionary), not callign to `with_context`
in that case.
2021-01-15 11:26:18 +00:00
.github/workflows [IMP] update dotfiles [ci skip] 2020-12-11 19:24:31 +01:00
account_financial_report [FIX+IMP] account_financial_report: data can be None + no context mangling 2021-01-15 11:26:18 +00:00
account_tax_balance [UPD] README.rst 2020-11-24 11:23:35 +00:00
setup [ADD] setup.py 2020-11-24 11:23:35 +00:00
.copier-answers.yml [IMP] update dotfiles [ci skip] 2020-12-11 19:24:31 +01:00
.editorconfig Initialize 14.0 branch 2020-10-08 21:03:54 +02:00
.eslintrc.yml Initialize 14.0 branch 2020-10-08 21:03:54 +02:00
.flake8 Initialize 14.0 branch 2020-10-08 21:03:54 +02:00
.gitignore Initialize 14.0 branch 2020-10-08 21:03:54 +02:00
.isort.cfg Initialize 14.0 branch 2020-10-08 21:03:54 +02:00
.pre-commit-config.yaml [IMP] update dotfiles [ci skip] 2020-12-11 19:24:31 +01:00
.prettierrc.yml [IMP] update dotfiles [ci skip] 2020-11-01 21:34:09 +01:00
.pylintrc [IMP] update dotfiles [ci skip] 2020-11-01 21:34:09 +01:00
.pylintrc-mandatory [IMP] update dotfiles [ci skip] 2020-11-01 21:34:09 +01:00
.travis.yml [IMP] update dotfiles [ci skip] 2020-12-11 19:24:31 +01:00
CONTRIBUTING.md Initialize 14.0 branch 2020-10-08 21:03:54 +02:00
LICENSE Initialize 14.0 branch 2020-10-08 21:03:54 +02:00
README.md [UPD] addons table in README.md 2020-11-24 11:23:34 +00:00
oca_dependencies.txt Initialize 14.0 branch 2020-10-08 21:03:54 +02:00

README.md

Runbot Status Build Status codecov Translation Status

account-financial-reporting

TODO: add repo description.

Available addons

addon version summary
account_tax_balance 14.0.1.0.0 Compute tax balances based on date range

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to 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.