When we purchase or manufacture products, we are working with product variants. Product templates ARE NOT products. We can't buy or make product templates. Product variants are what we buy, sell and make. Why, when I click on the Products menu item (Purchases, Warehouse, Manufacturing), do I get the product templates view?
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ờ
Actually, when you create products or product templates, it is creating a product variant. And when you want to create multiple variants for a product, this will happen through the attributes specified in the template.
If you would add the field default_code to the search view of the product template (if it is not already there), then you will be able to search a product template based on an internal code of one of its variants.
I can easily customize the product.template tree view with . But, have you tried that? You won't be able to sort by default_code.
Then, try working with default_code in the product.template view with multiple variants, having different default_code values. You can't. You have to click through to the variants, anyway. So, again, why even have Manufacturing -> Products point to templates? Is there some logical business process where my production planner would want to look up product templates? He can't make a manufacturing order for a product template.
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 8 15
|
5078 | ||
|
0
thg 3 15
|
3196 | ||
|
1
thg 11 24
|
4300 | ||
|
2
thg 12 23
|
4960 | ||
|
0
thg 7 16
|
4501 |
My purchasing agents can't find products by default_code because it's not in the product template tree view. I shouldn't have to customize to sort and filter by the default_code.
A more productive question: If I change this, will it be accepted on a pull request?