edit manifest

This commit is contained in:
Youssef Elouahby 2018-08-13 16:47:30 +01:00
parent a4d6becaaa
commit c5ce18361d
1 changed files with 2 additions and 1 deletions

View File

@ -27,5 +27,6 @@
'application': False,
'installable': True,
'depends': ['golem_family'],
'data': ['views/golem_family_views.xml']
'data': ['views/golem_family_views.xml',
'wizard/golem_membership_invoice_views.xml']
}