Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
7093 Vues

Hello! I have two companies. One is selling the products to third parts and to the second company which is a service provider. The products are 99% the same. I have made a product list in the first company and an initial stock (not yet validated). I need to copy or move the product list from the first company to the second. Is this possible, and if yes, then how? Thank you.

Avatar
Ignorer

Maybe you can put both companies in the same database? OERP is multicompany.

Meilleure réponse

If you need only to create the some products list, you can export product from databae A and import the file in the database B. But, if you need to keep the databases aligned, you can create a module with a system to ceate,write or unlink product with XML-RPC web service.

Some link:

Avatar
Ignorer

the exporting and importing can also be done using scripts, which connect to both databases, reads the products from A and checks if they are in B. If not, write the product into B.

This script can be run automatically daily or started manually.