mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-20 19:02:05 +02:00
27 lines
566 B
Markdown
27 lines
566 B
Markdown
# Check Printing Base
|
|
|
|
|
|
This module offers the basic functionalities to make payments by printing checks.
|
|
It must be used as a dependency for modules that provide country-specific check templates.
|
|
The check settings are located in the accounting journals configuration page.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-account_check_printing
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/account_check_printing
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|