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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
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.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
Maybe you can put both companies in the same database? OERP is multicompany.