[FIX] move event files from portal to portal_event

bzr revid: abo@openerp.com-20120731124123-1ybul1sszkuo5xh3
This commit is contained in:
Antonin Bourguignon 2012-07-31 14:41:23 +02:00
parent eb680a9a5b
commit 9a71c26a6c
6 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,6 @@
import portal
import wizard
import res_user
import event
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,7 +39,6 @@ very handy when used in combination with the module 'share'.
""",
'website': 'http://www.openerp.com',
'data': [
'event_view.xml',
'security/portal_security.xml',
'security/ir.model.access.csv',
'portal_view.xml',

View File

@ -19,3 +19,4 @@
#
##############################################################################
import event

View File

@ -26,12 +26,13 @@
'category': 'Tools',
'complexity': "easy",
'description': """
This module adds event menu and features to your portal if event and portal are
This module adds event menu and features to your portal if event and portal are
installed.
""",
'author': 'OpenERP SA',
'depends': ['event','portal'],
'data': [
'event_view.xml',
'security/portal_security.xml',
'portal_event_view.xml',
'security/ir.model.access.csv',