mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
21737d33fa
In a template, have t-set t-value outside a t-foreach in the t-foreach, alter that variable by resetting it (as for a incrementation variable) Before this commit, when printing the variable when the loop had finished its value was the one set in the first place After this commit, the value becomes the one altered by the loop iterations closes #598