I need to open website out of openerp project, for example google.com. It must be in act_window tag. How to pass parameters dynamicly in URL , for example http://www.google.bg/?q=sun?
|
feedback
|
|
I do not know either it can possible with act_window or not. but I'm sure that we can open url through "ir.actions.url" model. I do not tried it. but the hint can guide you. 1) create action record with "ir.actions.url" model and url 2) create menuitem for the same action with type='url' 3) you need to create wizard to open particular url address. with 'type': 'ir.actions.act_url' and 'url':"web address" in return values. hope, it could help you. | |||||
feedback
|