[IMP] bundlify addons (except website)
[odoo/odoo.git] / addons / hr_attendance / __openerp__.py
index abdc1ad..72d2e26 100644 (file)
@@ -44,6 +44,7 @@ actions(Sign in/Sign out) performed by them.
         'wizard/hr_attendance_error_view.xml',
         'res_config_view.xml',
         'views/report_attendanceerrors.xml',
+        'views/hr_attendance.xml',
     ],
     'demo': ['hr_attendance_demo.xml'],
     'test': [
@@ -53,9 +54,7 @@ actions(Sign in/Sign out) performed by them.
     'installable': True,
     'auto_install': False,
     #web
-    "js": ["static/src/js/attendance.js"],
     'qweb': ["static/src/xml/attendance.xml"],
-    'css': ["static/src/css/slider.css"],
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: