8 changed files with 39 additions and 51 deletions
@ -0,0 +1,15 @@ |
|||||
|
Custom Backend Appearance v8 |
||||
|
============================ |
||||
|
You can simply change font colour and background colour using this Module. |
||||
|
|
||||
|
Features |
||||
|
======== |
||||
|
* Your own colors on your interface. |
||||
|
* Custom Font Colour of Top Menu. |
||||
|
* Custom Font Colour of Sidebar Child Menu. |
||||
|
* Custom BackGround Colour of Sidebar. |
||||
|
|
||||
|
Credits |
||||
|
======= |
||||
|
Nilmar Shereef |
||||
|
Shameem Babu |
@ -1,2 +1,2 @@ |
|||||
import themes |
import res_config_settings |
||||
import play_with_js |
import controller |
||||
|
Before Width: | Height: | Size: 545 KiB After Width: | Height: | Size: 0 B |
@ -1,13 +1,11 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<openerp> |
<openerp> |
||||
<data> |
<data> |
||||
|
|
||||
<template id="assets_backend" name="load desert js and css assets" inherit_id="web.assets_backend"> |
<template id="assets_backend" name="load desert js and css assets" inherit_id="web.assets_backend"> |
||||
<xpath expr="." position="inside"> |
<xpath expr="." position="inside"> |
||||
<link rel="stylesheet" href="/editable_theme/static/css/backend_style.css"/> |
<link rel="stylesheet" href="/editable_theme/static/css/backend_style.css"/> |
||||
<script type="text/javascript" src="/editable_theme/static/src/js/js_role.js"></script> |
<script type="text/javascript" src="/editable_theme/static/src/js/js_role.js"></script> |
||||
</xpath> |
</xpath> |
||||
</template> |
</template> |
||||
|
|
||||
</data> |
</data> |
||||
</openerp> |
</openerp> |
Loading…
Reference in new issue