Commit c8501c4f by brandon

/reports/pet_transaction.xml

parent bfabb938
...@@ -8,6 +8,23 @@ ...@@ -8,6 +8,23 @@
<group> <group>
Customer name: <t t-esc="doc.customer_id.name"/> Customer name: <t t-esc="doc.customer_id.name"/>
</group> </group>
<!-- <table class="table">
<thead>
<tr>
<th scope="col">Pet(s) Name</th>
</tr>
</thead>
<body>
<tr t-foreach="doc.pet_ids" t-as="l">
<td>
<span t-field="l.name"/>
</td>
</tr>
<td style="text-align:right">
<b>Total Pet(s) Price (RM): <t t-esc="doc.total_pet_price"/></b>
</td>
</body>
</table> -->
</t> </t>
</t> </t>
</t> </t>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment