mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
优化 common依赖
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Sunpop Odooapp Common Func",
|
'name': "Sunpop Odooapp Common Func",
|
||||||
'version': '13.20.09.05',
|
'version': '13.20.10.15',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
@@ -46,8 +46,8 @@
|
|||||||
'web',
|
'web',
|
||||||
],
|
],
|
||||||
'summary': '''
|
'summary': '''
|
||||||
Core for common use
|
Core for common use sunpop apps.
|
||||||
基础核心
|
基础核心,必须没有要被依赖字段及视图等,实现auto_install
|
||||||
''',
|
''',
|
||||||
'description': '''
|
'description': '''
|
||||||
Support Odoo 13,12, Enterprise and Community Edition
|
Support Odoo 13,12, Enterprise and Community Edition
|
||||||
@@ -79,5 +79,5 @@
|
|||||||
# 'uninstall_hook': 'uninstall_hook',
|
# 'uninstall_hook': 'uninstall_hook',
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': True,
|
||||||
'auto_install': False,
|
'auto_install': True,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user