blob: a00c15bceebfc8e3992b305411bddea0e88f76b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="grid_report_purchaseorder_template_inherit" inherit_id="purchase.report_purchasequotation_document">
<xpath expr="//table[hasclass('table')]" position="before">
<t t-call="product_matrix.matrix">
<t t-set="order" t-value="o"/>
</t>
</xpath>
</template>
</odoo>
|