mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
1707bd240d
This could be done by each application, but it does cost only a few lines of code, and it helps standardizing the Owl ecosystem. For example, some library (such as o_spreadsheet) needs to mock side effects, and Odoo also needs to do that, so this prevents duplicated effort. closes #686