Financial reports for Odoo
 
 
 
 
 
Go to file
Hughes Damry f755d52b0f FIX missing date in invoice
The second invoice created has no explicit so taking the current date could lead to failing tests because the invoice is out of search as the the setup sets date_from as time.strftime("%Y-%m-01") and date_to as time.strftime("%Y-%m-28"). So i choose the easy way by setting an explicit date for the invoice.
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 missing date in invoice 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.