In a tree list view, How we can get informations from a related field, ex From a lead we get partner's informations
Somthing like
<field name="partner_id.company_type" />
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
In a tree list view, How we can get informations from a related field, ex From a lead we get partner's informations
Somthing like
<field name="partner_id.company_type" />
You need to create a new field that relates to the field you want. You would create a field called company_type that is defined through the related attribute to partner_id.company_type.
Thanks. But i dont want to try this option . Im just wondering if there is a way to do that from ui nottwith related field from model
There is no other way that I know of. You can create the field via the UI, you don't need a module.
Thanks sir. We will take the related field solution.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
8月 25
|
435 | ||
|
1
2月 24
|
1208 | ||
|
1
11月 22
|
2835 | ||
|
1
2月 22
|
6158 | ||
|
2
4月 19
|
7964 |