update customize

This commit is contained in:
ivan deng
2020-07-25 20:20:23 +08:00
parent ec062d74dc
commit d31c36cfb9
4 changed files with 10 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
{ {
'name': 'Customize odoo OEM (Boost, My Odoo)', 'name': 'Customize odoo OEM (Boost, My Odoo)',
'version': '13.20.07.24', 'version': '13.20.07.25',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Productivity', 'category': 'Productivity',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openerp> <openerp>
<data noupdate="0"> <data noupdate="1">
<record id="app_system_name" model="ir.config_parameter"> <record id="app_system_name" model="ir.config_parameter">
<field name="key">app_system_name</field> <field name="key">app_system_name</field>
<field name="value">odooApp13</field> <field name="value">odooApp13</field>

View File

@@ -12,6 +12,11 @@
} }
} }
.o_web_client {
.breadcrumb-item + .breadcrumb-item::before {
content: '/';
}
}
// Colors replace to ent // Colors replace to ent
//$o-community-color: #875A7B; //$o-community-color: #875A7B;

View File

@@ -97,6 +97,9 @@
<label for="app_ribbon_name"/> <label for="app_ribbon_name"/>
<div> <div>
<field name="app_ribbon_name"/> <field name="app_ribbon_name"/>
<div>
<span>Set to False to hide</span>
</div>
</div> </div>
<label for="app_enterprise_url"/> <label for="app_enterprise_url"/>
<div> <div>