mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-26 07:32:04 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
13
odoo-bringout-oca-rma-rma_sale/rma_sale/views/report_rma.xml
Normal file
13
odoo-bringout-oca-rma-rma_sale/rma_sale/views/report_rma.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template id="report_rma_document" inherit_id="rma.report_rma_document">
|
||||
<xpath expr="//tr[@name='tr_picking']" position="before">
|
||||
<tr t-if="doc.order_id" name="tr_picking">
|
||||
<td>Sale order</td>
|
||||
<td>
|
||||
<span t-field="doc.order_id" />
|
||||
</td>
|
||||
</tr>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue