mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-20 00:22:07 +02:00
31 lines
742 B
Markdown
31 lines
742 B
Markdown
# Accounting Consistency Tests
|
|
|
|
|
|
Asserts on accounting.
|
|
======================
|
|
With this module you can manually check consistencies and inconsistencies of accounting module from menu Reporting/Accounting/Accounting Tests.
|
|
|
|
You can write a query in order to create Consistency Test and you will get the result of the test
|
|
in PDF format which can be accessed by Menu Reporting -> Accounting Tests, then select the test
|
|
and print the report from Print button in header area.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-account_test
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/account_test
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|