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:
|
# description:
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Odoo Customize(Boost,Debranding, My Odoo)',
|
'name': 'Customize odoo OEM (Boost, My Odoo)',
|
||||||
'version': '13.20.02.25',
|
'version': '13.20.03.01',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'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.
|
Easy Delete data.reset account chart.
|
||||||
odoo debrand, odoo debranding, customize my odoo.
|
customize my odoo.
|
||||||
""",
|
""",
|
||||||
'description': """
|
'description': """
|
||||||
|
|
||||||
App Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)
|
App Customize Odoo (Change Title,Language,Documentation,Quick Debug)
|
||||||
============
|
============
|
||||||
White label odoo.
|
White label odoo.
|
||||||
Support Odoo 13, 12, 11, 10, 9.
|
Support Odoo 13, 12, 11, 10, 9.
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
<!-- 创建数据库时首个公司信息 -->
|
<!-- 创建数据库时首个公司信息 -->
|
||||||
<record id="base.main_company" model="res.company">
|
<record id="base.main_company" model="res.company">
|
||||||
<field name="website">https://www.sunpop.cn</field>
|
<field name="website">https://www.sunpop.cn</field>
|
||||||
<field name="logo" type="base64" file="app_odoo_customize/static/src/img/logo_sunpop.png"/>
|
|
||||||
</record>
|
</record>
|
||||||
</data>
|
</data>
|
||||||
</odoo>
|
</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",
|
'name': "App sale order browse by partner and channel",
|
||||||
'version': '13.19.10.16',
|
'version': '13.20.02.29',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<field name="company_id" groups="base.group_multi_company" icon="fa-building"/>
|
<field name="company_id" groups="base.group_multi_company" icon="fa-building"/>
|
||||||
<field name="invoice_status"/>
|
<field name="invoice_status"/>
|
||||||
<field name="team_id"/>
|
<field name="team_id"/>
|
||||||
<field name="partner_id"/>
|
<field name="partner_id" domain="[('customer_rank','>', 0)]"/>
|
||||||
<field name="user_id"/>
|
<field name="user_id"/>
|
||||||
</superbar>
|
</superbar>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': '2020最新中国企业会计表.Latest Chinese Accounting.',
|
'name': '2020最新中国企业会计表.Latest Chinese Accounting.',
|
||||||
'version': '13.19.11.13',
|
'version': '13.20.03.02',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Localization',
|
'category': 'Localization',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
Reference in New Issue
Block a user