Hello,
Any one know how to force relaod of page where i save record with the save button ( write function). I tried the return { 'target':'ir.actions.client', 'tag':'reload'} but it dosnt work.
Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
Any one know how to force relaod of page where i save record with the save button ( write function). I tried the return { 'target':'ir.actions.client', 'tag':'reload'} but it dosnt work.
Thanks.
try:
return {
'type': 'ir.actions.client',
'tag': 'reload',
}
instead of 'target' use 'type'
where do you put this code
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up