[IMP] bundlify addons (except website)
[odoo/odoo.git] / addons / google_calendar / __openerp__.py
index 29ea958..18f2806 100644 (file)
@@ -31,13 +31,12 @@ The module adds the possibility to synchronize Google Calendar with OpenERP
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     'depends': ['google_account','calendar'],
-    'css': ['static/src/css/google_calendar.css'],
-    'js': ['static/src/js/calendar_sync.js'],
     'qweb': ['static/src/xml/*.xml'],
     'data': [
-             'res_config_view.xml',
-             'security/ir.model.access.csv',
-            ],
+        'res_config_view.xml',
+        'security/ir.model.access.csv',
+        'views/google_calendar.xml',
+    ],
     'demo': [],
     'installable': True,
     'auto_install': False,