Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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>
Source by www.odoo.com #
 
PREVIOUS NEXT
Tagged: #qweb #key #odoo
ADD COMMENT
Topic
Name
7+7 =