Upload the raw export. The tool reads the first sheet, keeps only your fixed columns, cleans values, and can directly import posted invoices into Odoo.
| Raw Column | Meaning | Output Column |
|---|---|---|
| D | customer phone number | customer phone number |
| E | Employee responsible | employee responsible |
| O | total after discount | total of invoice atfer discout |
| Q | total before discount | total of invoice before discount |
| S | number of items | number of items in the invoice |
| T | DateTime of the invoice | date of invoice (YYYY-MM-DD) |
| V | customer code | customer code |
| X | invoice ID | invoice ID |
Converted workbook includes clean_invoices (for API import), odoo_ui_import (for Accounting import mapping), and errors for skipped rows.