Hello,
I'm trying to prepare CSV file for importing multiple orders from external DB into Odoo.
I can adjust file format easily, but I failed to find Odoo format description and I failed to guess format expected by Odoo.
Currently my CSV file contains following columns:
Partner name
Source Location Zone
Product Reference
Barcode Scanned
Destination Location Zone
It's not all I'd like to see imported, but these are obviously required. Odoo keeps complaining about Source Location Zone and Destination Location Zone, for all these values:
"Partner Locatoins", "Partner Locations/Vendors", "Vendors", 8, "WH", "WH/Stock", "Stock", 15 (numbers I got from id parameter in URLs for Partner Locations/Vendors and WH/Stock views).
My questions are:
Is there CSV format description available anywhere? I tried both Github and Odoo docs with no luck. Odoo user docs mention only XLSX, but neither in downloaded community version, nor in online version I could find templates mentioned there: https://www.odoo.com/documentation/user/10.0/general/base_import/import_faq.html
How am I supposed to reference Odoo model instances (e.g. Locations, Products, Partners, Operation Types)? By their names (Stock), paths (WH/Stock), ids (15)?