Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
5677 Zobrazení

Hello Guys,  I have this problem.

I have 3 providers who give me their information (products, stock, prices) using a csv, or xls. Then I must update the information every month.

Example 3 provider have an internal code Example. PRO1-HDD-XXX , PRO2-itemXXX , but both use the manufacturer part number. So i want use this manufacturer ID as my Internal ID. 

But if I add a product or some user add new product it will use an ID generated by Odoo... 

What is the best form for update a large amount of products every month? 

I want this..

I update. If product exist just update, if not  create new... 


I  hope u can understand my question. Thanks in advanced




 



Avatar
Zrušit

nd what is the best practice "in your opinion" to do this, we are a company, who buy and sell products, or install that products, we have a little stock but major cases use the dropship. But we want show that stock on web page.. 

Is this another question? I don't understand you fi it is - Sorry! My opinion is what I posted already.

Nejlepší odpověď

Use the Provider and Product Internal Code and make an 'External ID' for each product:

ProviderA.PRO1-HDD-XXX

ProviderA.PRO2-itemXXX

ProviderB.PRO1-HDD-XXX


A file like that will check for an existing product with External ID matching.  If it finds the product, the import will UPDATE.  If it does not find it, the import will INSERT/ADD.


The first time you upload this way, Odoo will find no other products matching, so every product will be ADDED.

Then, if you supply this file:

ProviderA.PRO1-HDD-XXX

ProviderB.PRO2-itemXXX

ProviderB.PRO1-HDD-XXX


Odoo will find the first product, so will UPDATE.  It will not find the second product, so will ADD.  It will find the third product, so will UPDATE.


The only problem you will face is if a user adds products in between the imports.  Since Odoo will have the XML blank (only if you export it will you get a value) then it won't match.




Avatar
Zrušit
Autor

And what is the best practice "in your opinion" to do this, we are a company, who buy and sell products, or install that products, we have a little stock but major cases use the dropship. But we want show that stock on web page.

Related Posts Odpovědi Zobrazení Aktivita
2
čvn 24
1194
1
říj 23
1847
4
lis 23
31928
1
zář 19
3085
0
srp 16
6648