oca-ocb-accounting/odoo-bringout-oca-ocb-account_debit_note/README.md
Ernad Husremovic 768b70e05e 19.0 vanilla
2026-03-09 09:30:07 +01:00

28 lines
605 B
Markdown

# Debit Notes
In a lot of countries, a debit note is used as an increase of the amounts of an existing invoice
or in some specific cases to cancel a credit note.
It is like a regular invoice, but we need to keep track of the link with the original invoice.
The wizard used is similar as the one for the credit note.
## Installation
```bash
pip install odoo-bringout-oca-ocb-account_debit_note
```
## Dependencies
- account
## Source
- Repository: https://github.com/OCA/OCB
- Branch: 19.0
- Path: addons/account_debit_note
## License
This package preserves the original LGPL-3 license.