This commit is contained in:
ivan deng
2019-04-28 19:15:42 +08:00
parent ed3e08a5ea
commit 0c8b501b44
3 changed files with 50 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
# description:
{
'name': '12 Ready!! App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Clear Data)',
'version': '11.19.04.21',
'version': '11.19.04.28',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'http://www.sunpop.cn',
@@ -87,10 +87,12 @@ The user can get the help document just by one click.
'demo': [],
'test': [
],
'qweb': [
'static/src/xml/*.xml',
],
'pre_init_hook': 'pre_init_hook',
'post_init_hook': 'post_init_hook',
'installable': True,
'application': True,
'auto_install': False,
'qweb': [
'static/src/xml/customize_user_menu.xml',
],
}