Hi,
I have a suppliers list difined in Odoo.
I would like to import products csv file with supplier ID for each product.
Here is a short exammple of the csv file I tried to import (file made with export functionnality) :
"categ_id/id","name","seller_ids/name/id"
"__export__.product_category_9","Article de test","__export__.product_supplierinfo_5"
The supplier ID is 5 in database (PG).
I couldn't import this file.
Validate message is : 'NoneType' object has no attribute 'group'
If I choose to not import the last field, evrything is OK.
There is no problem with categories import wich also use database IDs.
So, where is the problem with suppliers import ? Is there a bug ... and a fix ?
Thanks for your help!