66 lines
2.6 KiB
XML
66 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<template id="assets_backend" name="am_assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="assets_frontend" name="am_assets_frontend" inherit_id="web.assets_frontend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="assets_common" name="am_assets_common" inherit_id="web.assets_common">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="report_assets_common" name="am_report_assets_common"
|
|
inherit_id="web.report_assets_common">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="report_assets_pdf" name="am_report_assets_pdf"
|
|
inherit_id="web.report_assets_pdf">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
|
|
<template id="point_of_sale_assets" name="am_point_of_sale_assets"
|
|
inherit_id="point_of_sale.assets">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="qunit_suite_tests" name="am_qunit_suite_tests"
|
|
inherit_id="web.qunit_suite_tests">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="assets_tests" name="am_assets_tests"
|
|
inherit_id="web.assets_tests">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/am_sar_symbol/static/src/css/style.css" />
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo> |