Hello everybody!!
My friends, i want to ask you help me please. I want to know how to
open a view which is already defined and modify its tree view.
Thanks a lot in advance.
Best Regards.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello everybody!!
My friends, i want to ask you help me please. I want to know how to
open a view which is already defined and modify its tree view.
Thanks a lot in advance.
Best Regards.
Dear Drees Far,
You need to do some change in ir.actions.act_window in xml file
Just add to 'view_id' tag in action like
<field name="view_id" ref="your_module_name.new_modify_tree_id"/>
Example
<field name="view_id" ref="base.res_partner_kanban_view"/>
Hope this help for you.
Best Regards,
Ankit H Gandhi.
Ankit thaks a lot for the answer but i didnt understand you very well. Would you please explain to me more
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Sep 23
|
496 | ||
|
0
Sep 23
|
450 | ||
|
2
Feb 23
|
9251 | ||
|
6
Oct 23
|
19264 | ||
|
3
Mar 24
|
7684 |
Hello, Do u want to open this on New Menu or existing one?
I want to open an existing one in the view and modify its tree view