[FIX]GOLEM Activity depends on golem_season
This commit is contained in:
parent
5fc0b7421a
commit
2371bbc992
@ -25,6 +25,6 @@
|
|||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'application': True,
|
'application': True,
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'depends': ['golem_base', 'product'],
|
'depends': ['product', 'golem_base', 'golem_season'],
|
||||||
'data': ['data/golem_activity_data.xml', 'views/golem_activity_view.xml']
|
'data': ['data/golem_activity_data.xml', 'views/golem_activity_view.xml']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user