Hi everyone,
We are building our DB and need to import about 10,000 lines of articles and variants.
As for now, each product variant is one record in Sage100
We extract the main products in xls and import these in Odoo with the attributes and values to create the variants.
So far everything is OK.
Now we need to complete the Variants with the "default code".
Here we have a problem as there is NO COMMON FIELD existing in the Product table AND the Variants table to export the "Product default code" while exporting the variants.
With this "Product default code," we can complete the "Variant default code"
This default code contains what also is called the SKU and is a unique value we need to make price updates etc. This default code also contains intelligence regarding our product assortment.
Product: Serafil 30/10 => SKU 300G191 (product default code)
Variant: zwart => SKU 300G191.4000 (variant default code)
Variant: wit => SKU 300G191.2000 (variant default code)
Thank you for reflecting on the issue and providing us with some useful insights.
Marc from Belgium
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ờ
1275
Lượt xem
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ýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 11 24
|
2004 | ||
|
1
thg 11 24
|
2746 | ||
|
1
thg 10 23
|
3405 | ||
|
3
thg 12 23
|
21272 | ||
|
0
thg 5 21
|
8135 |
I found the field "product attributes/values/value" that contains the needed information while exporting out of the variants table.
The problem is that until now i don't find the field anymore...
Combining this data with the "default_code" out of the product table it should be possible to generate a unique variant reference
I have done it manually now, but with lookup or powerquery it can be automated.
So work in progress ...