mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-20 07:22:07 +02:00
31 lines
670 B
Markdown
31 lines
670 B
Markdown
# Import/Export Invoices From XML/PDF
|
|
|
|
|
|
Electronic Data Interchange
|
|
=======================================
|
|
EDI is the electronic interchange of business information using a standardized format.
|
|
|
|
This is the base module for import and export of invoices in various EDI formats, and the
|
|
the transmission of said documents to various parties involved in the exchange (other company,
|
|
governements, etc.)
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-account_edi
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/account_edi
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|