Answers for "qweb t-foreach key odoo"

0

qweb t-foreach key odoo

Like conditions, foreach applies to the element bearing the
directive's attribute.
<p t-foreach="[1, 2, 3]" t-as="i">
    <t t-esc="i"/>
    <t t-esc="i_index"/># replace with that
</p>
Posted by: Guest on February-07-2022
0

qweb t-foreach key odoo

Like conditions, foreach applies to the element bearing the
directive's attribute.
<p t-foreach="[1, 2, 3]" t-as="i">
    <t t-esc="i"/>
    <t t-esc="i_index"/># replace with that
</p>
Posted by: Guest on February-07-2022

Browse Popular Code Answers by Language