blob: 0bfe7876a3bdbe9dfc7c3be4476946984d7e49f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="stock_account_report_product_product_replenishment" inherit_id="stock.report_replenishment_header">
<xpath expr="//div[@name='pending_forecasted']" position="after">
<div t-attf-class="mx-3 text-center">
<div class="h3">
<t t-esc="docs['value']"/>
</div>
<div>On Hand Value</div>
</div>
</xpath>
</template>
</odoo>
|