Files
rma/rma_sale/views/assets.xml
david 8ff2c7456b [IMP] rma_sale: portal ux
When the user selects an operation, the comment shows up so the customer
doesn't forget to enter his comments
2021-03-02 09:37:02 +01:00

11 lines
426 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>