From 5363078872dd595165a097f95d55b5cb66ecfb0d Mon Sep 17 00:00:00 2001 From: youssef Date: Mon, 22 Oct 2018 20:56:42 +0100 Subject: [PATCH] edit __manifest__ --- golem_family_history/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golem_family_history/__manifest__.py b/golem_family_history/__manifest__.py index a08c371..1034f9c 100644 --- a/golem_family_history/__manifest__.py +++ b/golem_family_history/__manifest__.py @@ -27,5 +27,5 @@ 'application': False, 'installable': True, 'depends': ['golem_family'], - 'data': [] + 'data': ['views/golem_family_views.xml'] }