[IMP]project_timesheet:added method for setting default type of invoicing
[odoo/odoo.git] / addons / board / __openerp__.py
index 6cb0e3e..e699e09 100644 (file)
@@ -3,6 +3,7 @@
 #
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
+#    Copyright (C) 2010-2012 OpenERP s.a. (<http://openerp.com>).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU Affero General Public License as
 ##############################################################################
 
 {
-    'name': 'Dashboard Creator',
+    'name': 'Dashboards',
     'version': '1.0',
     'category': 'Hidden',
-    'complexity': "normal",
     'description': """
 Lets the user create a custom dashboard.
 ========================================
 
-This module also creates the Administration Dashboard.
-
-The user can also publish notes.
+Allows users to create custom dashboard.
     """,
     'author': 'OpenERP SA',
     'depends': ['base'],
-    'update_xml': [
+    'data': [
         'security/ir.model.access.csv',
-        'wizard/board_menu_create_view.xml', 
         'board_view.xml',
-        'board_data_admin.xml',
-        'board_data_home.xml',
-    ],
-    'demo_xml': [
-        'board_demo.xml'
+        'board_mydashboard_view.xml'
     ],
+    'js': ['static/src/js/dashboard.js'],
+    'css': ['static/src/css/dashboard.css'],
+    'qweb': ['static/src/xml/*.xml'],
     'installable': True,
-    'active': True,
-    'certificate': '0076912305725',
+    'auto_install': False,
     'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.jpeg',],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: