i want total marks of student for this i have no of records from number of records i will take number of marks and i want to print it within xml tags without using python methods.
<td t-foreach="get_objects(docs)" t-as="objs">
<t t-foreach="get_lines(objs)" t-as="lines">
<t t-foreach="lines" t-as="line">
<t class="text-center">
<span t-raw="'%s' % line.marks if line.marks else''"/>
</t>
</t>
</t>
</td>
i want to calculate total marks of<span t-raw="'%s' % line.marks if line.marks else''"/>thanks
Hi,
just visit the following blogs for knowing the qweb operation
https://www.cybrosys.com/blog/basic-qweb-operations
https://www.cybrosys.com/blog/advanced-qweb-operations-in-odoo