[MERGE] import_google: fixed bug 911896: added import_base in module dependencies
authorThibault Delavallée <tde@openerp.com>
Thu, 5 Jan 2012 14:09:11 +0000 (15:09 +0100)
committerThibault Delavallée <tde@openerp.com>
Thu, 5 Jan 2012 14:09:11 +0000 (15:09 +0100)
bzr revid: tde@openerp.com-20120105140911-1ixwzx3l2r3t6slx

1  2 
addons/import_google/__openerp__.py

@@@ -26,7 -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'],
++    'depends': ['base', 'import_base', 'google_base_account','crm'],
      'init_xml': [],
      'update_xml': ['security/ir.model.access.csv',
                  'sync_google_calendar_view.xml',