mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
13 lines
393 B
XML
13 lines
393 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">
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/scss"
|
|
href="/rma_sale/static/src/scss/rma_sale.scss"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|