mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add ui enhance
This commit is contained in:
14
app_ui_enhance/views/template_view.xml
Normal file
14
app_ui_enhance/views/template_view.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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"/>
|
||||
<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>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user