mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
When the user selects an operation, the comment shows up so the customer doesn't forget to enter his comments
17 lines
532 B
XML
17 lines
532 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<template id="assets_frontend" inherit_id="web.assets_frontend" name="Request RMA">
|
|
<xpath expr="//link[last()]" position="after">
|
|
<script
|
|
type="text/javascript"
|
|
src="/rma_sale/static/src/js/rma_portal_form.js"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/scss"
|
|
href="/rma_sale/static/src/scss/rma_sale.scss"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|