| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 913 |
| Technical Name |
account_move_csv_import |
| License | AGPL-3 |
| Website | http://www.akretion.com |
| Versions | 8.0 10.0 14.0 16.0 17.0 18.0 19.0 |
Account Move Import
This module handle the import of one or several account moves from a file (XLSX, CSV, TXT or any other format). The name of this module is account_move_csv_import, but it is not limited to the import of CSV files (this is an historic name and I didn't want to change it). This module currently supports:
- XLSX files,
- LibreOffice CSV export files,
- MeilleureGestion.com payroll CSV files,
- Quadra export files,
- In Extenso,
- Ciel paye,
- Payfit,
- FEC (text format).
This module can easily be extended to support other formats.
This module also supports account move line reconciliation (used for FEC import).
There are many community modules that handle the import of account moves via CSV/XLSX files. But I decided to develop this module because I wanted a module with the following design guidelines:
- code is easy to read
- code is easy to debug
- expressive error messages
This module has been written by Alexis de Lattre from Akretion (alexis.delattre@akretion.com).
Please log in to comment on this module