mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
fe34ba00a6
Because of a "break" statement instead of "continue", the check for valid props was stopping as soon as it met an optional props, which kind of invalidate the whole system. closes #717