mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
e56580efb2
Each component called its hooks properly individually, however the issue was that it was done component by component. However, in practice, we want the willPatch hooks to be done before ANY patch is actually performed, and the patched should be called AFTER every patch is applied. The trick is to propagate a list of patched components across various function calls. closes #64