mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-19 02:02:02 +02:00
28 lines
605 B
Markdown
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.
|