add code_backend_theme from cybrosys
This commit is contained in:
parent
fb8b2fd9e0
commit
612b72778e
136 changed files with 4110 additions and 0 deletions
10
code_backend_theme/views/icons.xml
Normal file
10
code_backend_theme/views/icons.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<menuitem id="base.menu_administration" name="Settings"
|
||||
web_icon="code_backend_theme,static/src/img/icons/settings.png"/>
|
||||
<menuitem id="base.menu_management" name="Apps" web_icon="code_backend_theme,static/src/img/icons/apps.png"/>
|
||||
<menuitem id="mail.menu_root_discuss" name="Discuss"
|
||||
web_icon="code_backend_theme,static/src/img/icons/discuss.png"/>
|
||||
</data>
|
||||
</odoo>
|
||||
9
code_backend_theme/views/layout.xml
Normal file
9
code_backend_theme/views/layout.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template id="code_custom_layout" inherit_id="web.layout" name="Custom Layout">
|
||||
<xpath expr="//meta[@content='IE=edge,chrome=1']" position="after">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue