[ADD] event: Conver wizard to osv memory wizard (Registrations,List partner registrat...
[odoo/odoo.git] / addons / event / __terp__.py
index 04285d4..654492e 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
-#    
+#
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
@@ -15,7 +15,7 @@
 #    GNU Affero General Public License for more details.
 #
 #    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
 
@@ -45,7 +45,9 @@
         'event_view.xml',
         'event_sequence.xml',
         'security/event_security.xml',
-        'security/ir.model.access.csv'
+        'security/ir.model.access.csv',
+        'wizard/event_registration_view.xml',
+        'wizard/event_registrations_partner.xml',
     ],
     'demo_xml': ['event_demo.xml'],
     'installable': True,