Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
You can return a dictionary containing keys corresponding to an ir.action.act_window
:
- 'type': "ir.actions.act_window"
- 'res_model': the model for which you want to open a view (can be a TransientModel for a wizard)
- 'view_type': "form"
- 'view_mode': "form"
- 'target': use "new" to open a new windo
- 'context': the context of your function
You will find numerous examples of this in the various official addons. Look for the string "ir.action.act_window" in Python source files.
there is a typo in the example, action -> actions :
'type':'ir.actions.act_window'
Thanks very much, I have updated Alexandre's answer. Just so you know, it would have been better if you put this as a comment on the original answer (For the sake of clarity for future users) :)
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 2/1/13, 5:54 AM |
Seen: 3980 times |
Last updated: 3/16/15, 8:10 AM |