优化 common依赖

This commit is contained in:
ivan deng
2020-10-15 21:19:47 +08:00
parent b3794a85df
commit db760d35c7

View File

@@ -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 1312, Enterprise and Community Edition Support Odoo 1312, 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,
} }