콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
7182 화면

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.

아바타
취소

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

베스트 답변

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:

아바타
취소

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.