Answer the question
In order to leave comments, you need to log in
Odoo - how to open file from disk in browser?
I understand with Odoo, and buried myself in the wall ...
There is a file on the disk, I want it to open in the browser in a new tab.
I try:
def show_my_data(self,cr, uid, ids, arg, context=None):
return {
'name': 'Go to website',
'res_model': 'ir.actions.act_url',
'type': 'ir.actions.act_url',
'target': 'new',
'url': 'file:///D:/tmp.html'
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question