[FIX]GOLEM Activity should not install event

This commit is contained in:
Fabien BOURGEOIS 2020-05-28 09:41:06 +02:00
parent 51b88463bb
commit e0901a879e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
'license': 'AGPL-3',
'application': True,
'installable': True,
'depends': ['product', 'account', 'golem_base', 'golem_season', 'event'],
'depends': ['product', 'account', 'golem_base', 'golem_season'],
'data': ['security/ir.model.access.csv',
'data/golem_activity_data.xml',
'views/golem_activity_views.xml',