diff --git a/super_calendar/__openerp__.py b/super_calendar/__openerp__.py index 90c9ef6cf..16c25ad99 100644 --- a/super_calendar/__openerp__.py +++ b/super_calendar/__openerp__.py @@ -22,6 +22,7 @@ 'name': "Super Calendar", 'version': '0.1', 'category': 'Generic Modules/Others', + 'summary': 'This module allows to create configurable calendars.', 'description': """ This module allows to create configurable calendars. @@ -63,14 +64,15 @@ As you can see, several filters are available. A typical usage consists in filte 'author': 'Agile Business Group', 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', - "depends" : ['base'], - "init_xml" : [], - "update_xml" : [ + 'depends' : ['base'], + "data" : [ 'super_calendar_view.xml', 'cron_data.xml', 'security/ir.model.access.csv', ], - "demo_xml" : [], - "active": False, - "installable": False + 'demo': [], + 'test': [], + 'installable': True, + 'application': True, + 'auto_install': False, } diff --git a/super_calendar/super_calendar_view.xml b/super_calendar/super_calendar_view.xml index 924e8ca90..1b675a7d8 100644 --- a/super_calendar/super_calendar_view.xml +++ b/super_calendar/super_calendar_view.xml @@ -7,17 +7,16 @@ super_calendar_configurator_tree super.calendar.configurator - tree + super_calendar_configurator_form super.calendar.configurator - form
@@ -64,7 +63,6 @@ super_calendar_tree super.calendar - tree @@ -78,10 +76,10 @@ + super_calendar_form super.calendar - form @@ -96,20 +94,20 @@ + super_calendar super.calendar - calendar + super_calendar_search super.calendar - search