Hi Guys
I have run into an issue when importing products to Odoo V9 & V10
When validating the CSV file I get the following error even though I have the product name in the correct column named ‘Name’
Missing required value for the field 'Name' (name) at row 2 (1 more)Missing required value for the field 'Name' (name) at row 3
The file is only a test file and has only 2 products. I have tried different versions of the file & different products, I have logged out and back in, I have also tried different computers and browsers & Odoo 10 test server.
All have given me the same issue.
Is there something I am missing!!!??
Screenshot: https://www.dropbox.com/s/wici7k1wli242oq/Screenshot 2017-02-06 10.29.40.png?dl=0
Thanks
Darren
Thank you, In the csv file, I included only the "Vendor/Price" without the vendor name/id (seller_ids/name/id) since Vendor name is a mandatory field I needed to include this in the css file. This fixed the issue!