update odoo customize

This commit is contained in:
ivan deng
2019-04-17 15:15:59 +08:00
parent 89fd76e6a3
commit 000117ef4c
11 changed files with 244 additions and 23 deletions

View File

@@ -71,7 +71,16 @@
The user can get the help document just by one click.
""",
'images': ['static/description/banner.gif'],
'depends': ['base', 'web', 'mail', 'web_settings_dashboard'],
'depends': [
'base',
'web',
'mail',
'web_settings_dashboard',
'iap',
# 'digest',
# when enterprise
# 'web_mobile'
],
'data': [
'views/app_odoo_customize_view.xml',
'views/app_theme_config_settings_view.xml',
@@ -79,6 +88,7 @@
# data
'data/ir_config_parameter.xml',
'data/ir_module_module.xml',
# 'data/digest_template_data.xml',
'data/res_company_data.xml',
'data/res_groups.xml',
'security/ir.model.access.csv',