Hi, I have 3 types of products (A, B, C) each one has different fields and a table for them, I want to show only one type of product in the tree view of the inventory module with the corresponding fields as the user indicates which type of product wants to see, what can I do?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
2368
查看
1. Create new views form/tree with the fields you want to show to user
2. Create new action if you need separate menu for it or modify existing action of inventory/products
[(your_form_view, 'form'),(your_tree_view, 'tree')]
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
7月 22
|
2511 | ||
|
1
12月 23
|
19301 | ||
|
1
4月 23
|
1845 | ||
|
2
2月 24
|
7078 | ||
|
1
7月 25
|
1423 |