[FIX] import_google: add import_base as depends

lp bug: https://launchpad.net/bugs/911896 fixed

bzr revid: kjo@tinyerp.com-20120105130732-bbceujprpnv31d9p
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-01-05 18:37:32 +05:30
parent b488272c59
commit fbf243de4d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
'description': """The module adds google contact in partner address and add google calendar events details in Meeting""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['base', 'google_base_account','crm'],
'depends': ['base', 'google_base_account','crm','import_base'],
'init_xml': [],
'update_xml': ['security/ir.model.access.csv',
'sync_google_calendar_view.xml',