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

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.

Awatar
Odrzuć

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

Najlepsza odpowiedź

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:

Awatar
Odrzuć

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.