mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update customize
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user