mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ui_e
This commit is contained in:
@@ -53,7 +53,6 @@ eg.
|
||||
'data': [
|
||||
'views/app_ui_config_settings_view.xml',
|
||||
'views/template_view.xml',
|
||||
'views/web_list_bg_color_view.xml',
|
||||
# data
|
||||
'data/ir_config_parameter.xml',
|
||||
],
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<p>This module changes the line color of records based on condition like state of a record and helps distinguish between different sets of
|
||||
records based on condition.</p>
|
||||
<a href="http://www.sunpop.cn" target="_blank">
|
||||
<img src="web_bg_color_change.png" width="100%">
|
||||
<img src="odoo_web_tree_bg_color.png" width="100%">
|
||||
<p>Set Backgroud color to filed in list view based on condition same as colors and style attributes of tree view.</p>
|
||||
</a>
|
||||
<h3># Instructions for Activating List background color property</h3>
|
||||
|
||||
BIN
app_ui_enhance/static/description/odoo_web_tree_bg_color.png
Normal file
BIN
app_ui_enhance/static/description/odoo_web_tree_bg_color.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
@@ -1,12 +1,13 @@
|
||||
<?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>
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_field_bg_color assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<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/web_list_bg_color.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user