fix data delete

This commit is contained in:
ivan deng
2018-04-30 02:05:29 +08:00
parent 4980f055cf
commit 066fcd59ef
3 changed files with 14 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ The user can get the help document just by one click.
""",
'images': ['static/description/banner.png'],
'depends': ['web','mail'],
'depends': ['web', 'mail'],
'data': [
'views/app_odoo_customize_view.xml',
'views/app_theme_config_settings_view.xml',
@@ -75,4 +75,3 @@ The user can get the help document just by one click.
'static/src/xml/customize_user_menu.xml',
],
}