From 70ad6a2ad55b0e0e3a578835d877a1b8ede622a3 Mon Sep 17 00:00:00 2001 From: mkumar-02 Date: Sat, 28 Sep 2024 18:33:06 +0530 Subject: [PATCH] Formio: Add missing module dependencies as per beneficiary portal Signed-off-by: mkumar-02 --- g2p_formio/__manifest__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/g2p_formio/__manifest__.py b/g2p_formio/__manifest__.py index 9253cdd8..5db8c775 100644 --- a/g2p_formio/__manifest__.py +++ b/g2p_formio/__manifest__.py @@ -8,7 +8,14 @@ "author": "OpenG2P", "website": "https://openg2p.org", "license": "LGPL-3", - "depends": ["formio", "g2p_programs", "formio_storage_filestore"], + "depends": [ + "formio", + "g2p_programs", + "formio_storage_filestore", + "g2p_program_registrant_info", + "g2p_program_reimbursement", + "g2p_program_documents", + ], "data": [ "views/formio_builder.xml", "views/program_view.xml",