Hello, I have created two models with Odoo Studio and now I would like to know if it is possible to automatically display the fields of the second model in a many2many list that I have set up in the first one.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- 專案管理
- MRP
此問題已被標幟
1
回覆
179
瀏覽次數
Hi,
Odoo Studio has limitations when it comes to automatically displaying fields from a second model directly within a many2many list in your first model. While you can customize the form view that appears when editing items in the many2many list, this only shows related fields during editing, not directly in the list view itself. To achieve the desired display, you would need to create computed fields in your first model to fetch and display the desired fields from the related model, which requires Python code and is beyond Odoo Studio's interface. Alternatively, you could develop a custom Odoo module for complete control over the display, but this requires significant development expertise.
Hope it helps.
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
4
6月 22
|
21840 | ||
|
|
1
7月 22
|
2835 | ||
|
|
3
2月 17
|
4565 | ||
|
|
1
3月 15
|
6967 | ||
|
|
1
11月 25
|
219 |
Can you explain a bit more about what you are trying to do?