Files
app-odoo/app_ui_enhance/views/template_view.xml
2017-12-13 14:07:23 +08:00

15 lines
724 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/css" href="/app_ui_enhance/static/src/css/app_ui_enhance.css"/>
<link rel="stylesheet" href="/app_ui_enhance/static/src/css/web_list_bg_color.css"/>
<script type="text/javascript" src="/app_ui_enhance/static/src/js/pivot.js"></script>
<script type="text/javascript" src="/app_ui_enhance/static/src/js/tree.js"></script>
<script type="text/javascript" src="/app_ui_enhance/static/src/js/web_list_bg_color.js"></script>
</xpath>
</template>
</data>
</odoo>