Edit __manifest__

This commit is contained in:
Youssef Elouahby 2018-10-18 17:05:45 +01:00
parent 6780f279ce
commit 942414eaac
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@
'license': 'AGPL-3',
'application': False,
'installable': True,
'depends': ['golem_member'],
'data': []
'depends': ['golem_member', 'golem_pcs', 'golem_member_familyquotient'],
'data': ['views/golem_member_views.xml']
}