Account Move Import
This module handle the import of one or several account moves from a file (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:
- MeilleureGestion.com payroll CSV files,
- Quadra export files,
- LibreOffice CSV export files.
This module can easily be extended to support other formats.
There are many community modules that handle the import of account moves via CSV/TXT 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