Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
9353 Widoki

All the suppliers are in de database. Now I am trying to import (via the normal csv import funcionality) all products into Odoo, and this, of course, linked to their respective suppliers (or rather: just one main supplier).

If I first export ("Import compatible export) one product record (not linked to a supplier) with minimal data (only product external ID and Main Supplier External ID), I get:

"id","seller_id/id"
"1008837",""

If I add the supplier to the product and do the same export, I get:

"id","seller_id/id"
"1008837","901088"

However, removing the supplier from the product and then importing the exact csv I just exported, doesn't link the product to the supplier. The csv validates allright and there are no errors during the import either. Still, the product is not linked to the supplier.

I tried several ways of linking the product to the supplier, for instance via:

Main Supplier / External ID
Products / Main Supplier / External ID
Products / Products / Main Supplier / External ID     (what does this mean, actually?)

Looking up the external identifiers via "Settings - Sequences and Identiefiers - External Identiefiers" shows that the external ID's are correct, both for product as for supplier.

I've tried with product variants as well, but that didn't work either.

This question is closely related to (or the same as):

https://www.odoo.com/forum/help-1/question/import-products-seller-ids-67310
and
https://www.odoo.com/forum/help-1/question/importing-products-with-supplier-info-27786

Thanks in advance!

Awatar
Odrzuć
Najlepsza odpowiedź

From my own experience

When importing products with their suppliers'names:

1. the column identification must be "Supplier / Supplier"

2 the suppliers' names must be spelled exactly as they are in your database (including low/upper case)

3 you must have (in your csv file) a column called "supplier / minimal quantity" where you key in the appropriate quantity (by default 1 or 0)

 

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Thank you, thank you, thank you! At last it worked!

This should be better documented! :-)

Awatar
Odrzuć

I am happy that you are happy:)You owe me some chocolates:)

Powiązane posty Odpowiedzi Widoki Czynność
5
gru 23
17088
2
maj 15
6013
5
lip 20
6722
4
gru 23
21625
1
wrz 19
3080