mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-23 12:52:08 +02:00
82 lines
2.2 KiB
Markdown
82 lines
2.2 KiB
Markdown
# Third Party and Deferred/Electronic Checks Management
|
|
|
|
|
|
Own Checks Management
|
|
---------------------
|
|
|
|
Extends 'Check Printing Base' module to manage own checks with more features:
|
|
|
|
* allow using own checks that are not printed but filled manually by the user
|
|
* allow to use deferred or electronic checks
|
|
* printing is disabled
|
|
* check number is set manually by the user
|
|
* add an optional "Check Cash-In Date" for post-dated checks (deferred payments)
|
|
* add a menu to track own checks
|
|
|
|
Third Party Checks Management
|
|
-----------------------------
|
|
|
|
Add new "Third party check Management" feature.
|
|
|
|
There are 2 main Payment Methods additions:
|
|
|
|
* New Third Party Checks:
|
|
|
|
* Payments of this payment method represent the check you get from a customer when getting paid (from an invoice or a manual payment)
|
|
|
|
* Existing Third Party check.
|
|
|
|
* Payments of this payment method are to track moves of the check, for eg:
|
|
|
|
* Use a check to pay a vendor
|
|
* Deposit the check on the bank
|
|
* Get the check back from the bank (rejection)
|
|
* Get the check back from the vendor (a rejection or return)
|
|
* Transfer the check from one third party check journal to the other (one shop to another)
|
|
|
|
* Those operations can be done with multiple checks at once
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-l10n_latam_check
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- account_check_printing
|
|
- base_vat
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: Third Party and Deferred/Electronic Checks Management
|
|
- **Version**: 1.0.0
|
|
- **Category**: Accounting/Localizations
|
|
- **License**: LGPL-3
|
|
- **Installable**: True
|
|
|
|
## Source
|
|
|
|
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `l10n_latam_check`.
|
|
|
|
## 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
|
|
- Reports: doc/REPORTS.md
|
|
- Security: doc/SECURITY.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
|