From 935efa08c9fc9511a677287e5e76d048a4d11e2e Mon Sep 17 00:00:00 2001 From: Muchai <1822868+muchai@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:10:00 +0300 Subject: [PATCH] Update hooks.py --- rfq_opening_process/hooks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rfq_opening_process/hooks.py b/rfq_opening_process/hooks.py index 1061153..793d8b6 100644 --- a/rfq_opening_process/hooks.py +++ b/rfq_opening_process/hooks.py @@ -7,11 +7,12 @@ ) app_name = "rfq_opening_process" -app_title = "RFQ Opening Process" +app_title = "Navari RFQ Opening Process" app_publisher = "Navari Limited" -app_description = "Customization on RFQ and Supplier Quotation Opening process." +app_description = "ERPNext Extensions on Request for Quotation and Supplier Quotation to include Committee Bid Openings" app_email = "info@navari.co.ke" app_license = "GNU General Public License (v3)" +required_apps = ["frappe/erpnext"] # Includes in # ------------------