Hi,
When I click a button I'm executing a function, and then I'd like to go to the previous view, or at least go to home screen. How can I do it?
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
When I click a button I'm executing a function, and then I'd like to go to the previous view, or at least go to home screen. How can I do it?
Thanks
Return this in your function:
return {'type': 'ir.actions.client', 'tag': 'home'}
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Make the button return action view?
Yes, thanks, I'd realize I just needed to use tag='home'