mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
5cd45b59af
Sometimes, widgets were not properly destroyed/detached. This was caused by the fact that we used the hook remove, when we sometimes need to use the hook destroy as well.