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'}
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ
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'