mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
Merge branch '13.0' of https://github.com/guohuadeng/app-odoo into 13.0
This commit is contained in:
@@ -22,21 +22,21 @@
|
||||
# description:
|
||||
|
||||
{
|
||||
'name': 'Odoo Customize(Boost,Debranding, My Odoo)',
|
||||
'version': '13.20.02.25',
|
||||
'name': 'Customize odoo OEM (Boost, My Odoo)',
|
||||
'version': '13.20.03.01',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
'license': 'LGPL-3',
|
||||
'sequence': 2,
|
||||
'summary': """
|
||||
Quick customize, debranding, boost, reset data, debug. Language Switcher.
|
||||
Default keep odoo Logo. For quick developer. Quick customize, set brand, boost, reset data, debug. Language Switcher.
|
||||
Easy Delete data.reset account chart.
|
||||
odoo debrand, odoo debranding, customize my odoo.
|
||||
customize my odoo.
|
||||
""",
|
||||
'description': """
|
||||
|
||||
App Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)
|
||||
App Customize Odoo (Change Title,Language,Documentation,Quick Debug)
|
||||
============
|
||||
White label odoo.
|
||||
Support Odoo 13, 12, 11, 10, 9.
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<!-- 创建数据库时首个公司信息 -->
|
||||
<record id="base.main_company" model="res.company">
|
||||
<field name="website">https://www.sunpop.cn</field>
|
||||
<field name="logo" type="base64" file="app_odoo_customize/static/src/img/logo_sunpop.png"/>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 396 KiB After Width: | Height: | Size: 404 KiB |
@@ -17,7 +17,7 @@
|
||||
|
||||
{
|
||||
'name': "App sale order browse by partner and channel",
|
||||
'version': '13.19.10.16',
|
||||
'version': '13.20.02.29',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<field name="company_id" groups="base.group_multi_company" icon="fa-building"/>
|
||||
<field name="invoice_status"/>
|
||||
<field name="team_id"/>
|
||||
<field name="partner_id"/>
|
||||
<field name="partner_id" domain="[('customer_rank','>', 0)]"/>
|
||||
<field name="user_id"/>
|
||||
</superbar>
|
||||
</xpath>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
{
|
||||
'name': '2020最新中国企业会计表.Latest Chinese Accounting.',
|
||||
'version': '13.19.11.13',
|
||||
'version': '13.20.03.02',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Localization',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
Reference in New Issue
Block a user