mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-18 08:02:08 +02:00
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
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
|
|
|
|
This addon depends on:
|
|
- account
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: Accounting Consistency Tests
|
|
- **Version**: 1.0
|
|
- **Category**: Accounting/Accounting
|
|
- **License**: LGPL-3
|
|
- **Installable**: True
|
|
|
|
## Source
|
|
|
|
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `account_test`.
|
|
|
|
## License
|
|
|
|
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
|
|
|
## Documentation
|
|
|
|
- Overview: doc/OVERVIEW.md
|
|
- Architecture: doc/ARCHITECTURE.md
|
|
- Models: doc/MODELS.md
|
|
- Controllers: doc/CONTROLLERS.md
|
|
- Wizards: doc/WIZARDS.md
|
|
- Install: doc/INSTALL.md
|
|
- Usage: doc/USAGE.md
|
|
- Configuration: doc/CONFIGURATION.md
|
|
- Dependencies: doc/DEPENDENCIES.md
|
|
- Troubleshooting: doc/TROUBLESHOOTING.md
|
|
- FAQ: doc/FAQ.md
|