41 lines
1.7 KiB
XML
41 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<template id="assets_backend" name="msr_assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/msr_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<!-- <template id="assets_frontend" name="msr_assets_frontend" inherit_id="web.assets_frontend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/msr_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template> -->
|
|
|
|
<!-- <template id="assets_common" name="msr_assets_common" inherit_id="web.assets_common">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/msr_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template> -->
|
|
|
|
<template id="report_assets_common" name="msr_report_assets_common"
|
|
inherit_id="web.report_assets_common">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/msr_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="report_assets_pdf" name="msr_report_assets_pdf"
|
|
inherit_id="web.report_assets_pdf">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/msr_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo> |