This question has been flagged
1 Reply
6390 Views

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
Discard

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

Best Answer

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
Discard

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.