Hello,
I´m working in Odoo14CE and try to display certain values of the product variant. Right now the only way I found is to display the product description with all attributes in it. I need to have them as a single value.
Any help appreciated.
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ờ
1
Trả lời
3244
Lượt xem
Go to inventory -> Products -> Product variants
This will show the list of variants with each individual attribute. Then select the product variant and go to the purchase tab, there you will find a field called purchase description.
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 | |
---|---|---|---|---|
|
1
thg 2 22
|
2639 | ||
|
1
thg 11 19
|
4052 | ||
|
1
thg 3 17
|
9581 | ||
|
2
thg 1 25
|
1574 | ||
|
1
thg 8 23
|
4726 |
Thank you for your answer Marc, but I search for something different.
Maybe I have to describe my case more clearly:
I wrote a customization for the purchase order line view. Especially for the kanaban view. My products have many attributes, also custom ones. Some of them I now want to display in my kanban view. Right now I use the a related field to product_id_name to display the product description. Especially in kanban view that produces a really ugly view with no line breaks, what makes the whole thing confusing to look at.
What I search now is the relation to each attribute value for each product of product.order.line, so I can only display the information I need at that point. Problem is, that I don´t find "the way" to it.
Thanx for any help again.