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
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden