From 00d59810c304744b34d6ac2b56536557b493d47b Mon Sep 17 00:00:00 2001 From: Ken Lewerentz Date: Wed, 11 Sep 2024 11:33:40 +0700 Subject: [PATCH 1/2] Indicate that the fork is used by suffixing the author Also setting the version to current version of OpenSPP, as the OpenSPP fork can deviate from official OpenG2P module version --- .pylintrc | 2 +- .pylintrc-mandatory | 2 +- README.md | 62 +++++++++---------- g2p_entitlement_differential/__manifest__.py | 4 +- g2p_entitlement_in_kind/__manifest__.py | 4 +- g2p_entitlement_voucher/__manifest__.py | 4 +- g2p_formio/__manifest__.py | 4 +- g2p_mis_importer/__manifest__.py | 4 +- g2p_notifications_base/__manifest__.py | 4 +- g2p_notifications_fast2sms/__manifest__.py | 4 +- g2p_notifications_rest_api/__manifest__.py | 4 +- g2p_notifications_voucher/__manifest__.py | 4 +- g2p_notifications_wiserv/__manifest__.py | 4 +- g2p_odk_importer_program/__manifest__.py | 4 +- g2p_openid_vci_programs/__manifest__.py | 4 +- g2p_payment_cash/__manifest__.py | 4 +- g2p_payment_files/__manifest__.py | 4 +- g2p_payment_g2p_connect/__manifest__.py | 4 +- g2p_payment_interop_layer/__manifest__.py | 4 +- g2p_payment_phee/__manifest__.py | 4 +- g2p_payment_simple_mpesa/__manifest__.py | 4 +- g2p_program_approval/__manifest__.py | 4 +- g2p_program_assessment/__manifest__.py | 4 +- g2p_program_autoenrol/__manifest__.py | 4 +- g2p_program_cycleless/__manifest__.py | 4 +- g2p_program_documents/__manifest__.py | 4 +- g2p_program_registrant_info/__manifest__.py | 4 +- .../__manifest__.py | 4 +- g2p_program_reimbursement/__manifest__.py | 4 +- g2p_programs/__manifest__.py | 4 +- g2p_programs_rest_api/__manifest__.py | 4 +- g2p_proxy_means_test/__manifest__.py | 4 +- g2p_social_registry_importer/__manifest__.py | 4 +- g2p_theme/__manifest__.py | 4 +- 34 files changed, 95 insertions(+), 95 deletions(-) diff --git a/.pylintrc b/.pylintrc index 5ffeaa7d..457ab64d 100644 --- a/.pylintrc +++ b/.pylintrc @@ -6,7 +6,7 @@ score=n [ODOOLINT] readme-template-url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst" -manifest-required-authors=OpenG2P +manifest-required-authors=OpenG2P (OpenSPP fork) manifest-required-keys=license manifest-deprecated-keys=description,active license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3,Other OSI approved licence diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory index 27076d06..eef16331 100644 --- a/.pylintrc-mandatory +++ b/.pylintrc-mandatory @@ -5,7 +5,7 @@ score=n [ODOOLINT] readme-template-url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst" -manifest-required-authors=OpenG2P +manifest-required-authors=OpenG2P (OpenSPP fork) manifest-required-keys=license manifest-deprecated-keys=description,active license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3,Other OSI approved licence diff --git a/README.md b/README.md index 3869e244..ac0136bf 100644 --- a/README.md +++ b/README.md @@ -21,43 +21,43 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[g2p_entitlement_differential](g2p_entitlement_differential/) | 17.0.0.0.0 | | OpenG2P Entitlement: Differential -[g2p_entitlement_in_kind](g2p_entitlement_in_kind/) | 17.0.0.0.0 | | OpenG2P Entitlement: In-Kind -[g2p_entitlement_voucher](g2p_entitlement_voucher/) | 17.0.0.0.0 | | OpenG2P Entitlement: Voucher -[g2p_formio](g2p_formio/) | 17.0.0.0.0 | | Form builders allow you to create, manage, and use dynamic forms with ease. -[g2p_mis_importer](g2p_mis_importer/) | 17.0.0.0.0 | | G2P MIS Importer -[g2p_notifications_base](g2p_notifications_base/) | 17.0.0.0.0 | | G2P Notifications: Base -[g2p_notifications_fast2sms](g2p_notifications_fast2sms/) | 17.0.0.0.0 | | G2P Notifications: Fast2SMS Service Provider -[g2p_notifications_voucher](g2p_notifications_voucher/) | 17.0.0.0.0 | | G2P Notifications: Voucher -[g2p_notifications_wiserv](g2p_notifications_wiserv/) | 17.0.0.0.0 | | G2P Notifications: Wiserv SMS Service Provider -[g2p_odk_importer_program](g2p_odk_importer_program/) | 17.0.0.0.0 | | Import records from ODK and add then into Program -[g2p_openid_vci_programs](g2p_openid_vci_programs/) | 17.0.0.0.0 | | G2P OpenID VCI: Program Beneficiaries -[g2p_payment_cash](g2p_payment_cash/) | 17.0.0.0.0 | | OpenG2P Program Payment: Cash -[g2p_payment_files](g2p_payment_files/) | 17.0.0.0.0 | | OpenG2P Program Payments: In Files -[g2p_payment_g2p_connect](g2p_payment_g2p_connect/) | 17.0.0.0.0 | | OpenG2P Program Payment: G2P Connect Payment Manager -[g2p_payment_interop_layer](g2p_payment_interop_layer/) | 17.0.0.0.0 | | OpenG2P Program Payment (Payment Interoperability Layer) -[g2p_payment_phee](g2p_payment_phee/) | 17.0.0.0.0 | | OpenG2P Program Payment (Payment Hub EE) -[g2p_payment_simple_mpesa](g2p_payment_simple_mpesa/) | 17.0.0.0.0 | | OpenG2P Program Payment: Simple Mpesa Payment Manager -[g2p_program_approval](g2p_program_approval/) | 17.0.0.0.0 | | OpenG2P Program: Approval -[g2p_program_assessment](g2p_program_assessment/) | 17.0.0.0.0 | | OpenG2P Program: Assessment -[g2p_program_autoenrol](g2p_program_autoenrol/) | 17.0.0.0.0 | | OpenG2P Programs: Autoenrol -[g2p_program_cycleless](g2p_program_cycleless/) | 17.0.0.0.0 | | OpenG2P Programs: Cycleless -[g2p_program_documents](g2p_program_documents/) | 17.0.0.0.0 | | OpenG2P Program: Documents -[g2p_program_registrant_info](g2p_program_registrant_info/) | 17.0.0.0.0 | | G2P Program: Registrant Info -[g2p_program_reimbursement](g2p_program_reimbursement/) | 17.0.0.0.0 | | OpenG2P Programs: Reimbursement -[g2p_programs](g2p_programs/) | 17.0.0.0.0 | | OpenG2P Programs -[g2p_proxy_means_test](g2p_proxy_means_test/) | 17.0.0.0.0 | | G2P: Proxy Means Test -[g2p_social_registry_importer](g2p_social_registry_importer/) | 17.0.0.0.0 | | Import records from Social Registry -[g2p_theme](g2p_theme/) | 17.0.0.0.0 | | OpenG2P Theme +[g2p_entitlement_differential](g2p_entitlement_differential/) | 17.0.1.2.1 | | OpenG2P Entitlement: Differential +[g2p_entitlement_in_kind](g2p_entitlement_in_kind/) | 17.0.1.2.1 | | OpenG2P Entitlement: In-Kind +[g2p_entitlement_voucher](g2p_entitlement_voucher/) | 17.0.1.2.1 | | OpenG2P Entitlement: Voucher +[g2p_formio](g2p_formio/) | 17.0.1.2.1 | | Form builders allow you to create, manage, and use dynamic forms with ease. +[g2p_mis_importer](g2p_mis_importer/) | 17.0.1.2.1 | | G2P MIS Importer +[g2p_notifications_base](g2p_notifications_base/) | 17.0.1.2.1 | | G2P Notifications: Base +[g2p_notifications_fast2sms](g2p_notifications_fast2sms/) | 17.0.1.2.1 | | G2P Notifications: Fast2SMS Service Provider +[g2p_notifications_voucher](g2p_notifications_voucher/) | 17.0.1.2.1 | | G2P Notifications: Voucher +[g2p_notifications_wiserv](g2p_notifications_wiserv/) | 17.0.1.2.1 | | G2P Notifications: Wiserv SMS Service Provider +[g2p_odk_importer_program](g2p_odk_importer_program/) | 17.0.1.2.1 | | Import records from ODK and add then into Program +[g2p_openid_vci_programs](g2p_openid_vci_programs/) | 17.0.1.2.1 | | G2P OpenID VCI: Program Beneficiaries +[g2p_payment_cash](g2p_payment_cash/) | 17.0.1.2.1 | | OpenG2P Program Payment: Cash +[g2p_payment_files](g2p_payment_files/) | 17.0.1.2.1 | | OpenG2P Program Payments: In Files +[g2p_payment_g2p_connect](g2p_payment_g2p_connect/) | 17.0.1.2.1 | | OpenG2P Program Payment: G2P Connect Payment Manager +[g2p_payment_interop_layer](g2p_payment_interop_layer/) | 17.0.1.2.1 | | OpenG2P Program Payment (Payment Interoperability Layer) +[g2p_payment_phee](g2p_payment_phee/) | 17.0.1.2.1 | | OpenG2P Program Payment (Payment Hub EE) +[g2p_payment_simple_mpesa](g2p_payment_simple_mpesa/) | 17.0.1.2.1 | | OpenG2P Program Payment: Simple Mpesa Payment Manager +[g2p_program_approval](g2p_program_approval/) | 17.0.1.2.1 | | OpenG2P Program: Approval +[g2p_program_assessment](g2p_program_assessment/) | 17.0.1.2.1 | | OpenG2P Program: Assessment +[g2p_program_autoenrol](g2p_program_autoenrol/) | 17.0.1.2.1 | | OpenG2P Programs: Autoenrol +[g2p_program_cycleless](g2p_program_cycleless/) | 17.0.1.2.1 | | OpenG2P Programs: Cycleless +[g2p_program_documents](g2p_program_documents/) | 17.0.1.2.1 | | OpenG2P Program: Documents +[g2p_program_registrant_info](g2p_program_registrant_info/) | 17.0.1.2.1 | | G2P Program: Registrant Info +[g2p_program_reimbursement](g2p_program_reimbursement/) | 17.0.1.2.1 | | OpenG2P Programs: Reimbursement +[g2p_programs](g2p_programs/) | 17.0.1.2.1 | | OpenG2P Programs +[g2p_proxy_means_test](g2p_proxy_means_test/) | 17.0.1.2.1 | | G2P: Proxy Means Test +[g2p_social_registry_importer](g2p_social_registry_importer/) | 17.0.1.2.1 | | Import records from Social Registry +[g2p_theme](g2p_theme/) | 17.0.1.2.1 | | OpenG2P Theme Unported addons --------------- addon | version | maintainers | summary --- | --- | --- | --- -[g2p_notifications_rest_api](g2p_notifications_rest_api/) | 17.0.0.0.0 (unported) | | G2P Notifications: REST API -[g2p_program_registrant_info_rest_api](g2p_program_registrant_info_rest_api/) | 17.0.0.0.0 (unported) | | G2P Program : Program Registrant Info Rest API -[g2p_programs_rest_api](g2p_programs_rest_api/) | 17.0.0.0.0 (unported) | | G2P Programs: REST API +[g2p_notifications_rest_api](g2p_notifications_rest_api/) | 17.0.1.2.1 (unported) | | G2P Notifications: REST API +[g2p_program_registrant_info_rest_api](g2p_program_registrant_info_rest_api/) | 17.0.1.2.1 (unported) | | G2P Program : Program Registrant Info Rest API +[g2p_programs_rest_api](g2p_programs_rest_api/) | 17.0.1.2.1 (unported) | | G2P Programs: REST API [//]: # (end addons) diff --git a/g2p_entitlement_differential/__manifest__.py b/g2p_entitlement_differential/__manifest__.py index 40d9e86e..b27e179f 100644 --- a/g2p_entitlement_differential/__manifest__.py +++ b/g2p_entitlement_differential/__manifest__.py @@ -2,9 +2,9 @@ "name": "OpenG2P Entitlement: Differential", "category": "G2P", # Part of OpenG2P. See LICENSE file for full copyright and licensing details. - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["spp_entitlement_cash"], diff --git a/g2p_entitlement_in_kind/__manifest__.py b/g2p_entitlement_in_kind/__manifest__.py index 765fdd5d..3e9c9c46 100644 --- a/g2p_entitlement_in_kind/__manifest__.py +++ b/g2p_entitlement_in_kind/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Entitlement: In-Kind", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["spp_programs", "spp_entitlement_in_kind"], diff --git a/g2p_entitlement_voucher/__manifest__.py b/g2p_entitlement_voucher/__manifest__.py index 6aabc20f..f55ee8fe 100644 --- a/g2p_entitlement_voucher/__manifest__.py +++ b/g2p_entitlement_voucher/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Entitlement: Voucher", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_formio/__manifest__.py b/g2p_formio/__manifest__.py index 9253cdd8..36477efb 100644 --- a/g2p_formio/__manifest__.py +++ b/g2p_formio/__manifest__.py @@ -2,10 +2,10 @@ { "name": "OpenG2P Formio", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, "summary": "Form builders allow you to create, manage, and use dynamic forms with ease.", - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["formio", "g2p_programs", "formio_storage_filestore"], diff --git a/g2p_mis_importer/__manifest__.py b/g2p_mis_importer/__manifest__.py index a90774e1..26118e66 100644 --- a/g2p_mis_importer/__manifest__.py +++ b/g2p_mis_importer/__manifest__.py @@ -3,8 +3,8 @@ { "name": "G2P MIS Importer", "category": "G2P", - "version": "17.0.0.0.0", - "author": "OpenG2P", + "version": "17.0.1.2.1", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_programs", "queue_job"], diff --git a/g2p_notifications_base/__manifest__.py b/g2p_notifications_base/__manifest__.py index 1e8bb7e4..f9a56d50 100644 --- a/g2p_notifications_base/__manifest__.py +++ b/g2p_notifications_base/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Notifications: Base", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_notifications_fast2sms/__manifest__.py b/g2p_notifications_fast2sms/__manifest__.py index 5d6a1cc8..449f01f9 100644 --- a/g2p_notifications_fast2sms/__manifest__.py +++ b/g2p_notifications_fast2sms/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Notifications: Fast2SMS Service Provider", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_notifications_rest_api/__manifest__.py b/g2p_notifications_rest_api/__manifest__.py index 4aa47944..7c483945 100644 --- a/g2p_notifications_rest_api/__manifest__.py +++ b/g2p_notifications_rest_api/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Notifications: REST API", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_registry_rest_api", "g2p_notifications_base"], diff --git a/g2p_notifications_voucher/__manifest__.py b/g2p_notifications_voucher/__manifest__.py index 60a6885d..30497bf7 100644 --- a/g2p_notifications_voucher/__manifest__.py +++ b/g2p_notifications_voucher/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Notifications: Voucher", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_notifications_wiserv/__manifest__.py b/g2p_notifications_wiserv/__manifest__.py index 020f098e..c0c89a9d 100644 --- a/g2p_notifications_wiserv/__manifest__.py +++ b/g2p_notifications_wiserv/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Notifications: Wiserv SMS Service Provider", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_notifications_base", "mail"], diff --git a/g2p_odk_importer_program/__manifest__.py b/g2p_odk_importer_program/__manifest__.py index ceb894ec..a545d3a7 100644 --- a/g2p_odk_importer_program/__manifest__.py +++ b/g2p_odk_importer_program/__manifest__.py @@ -4,9 +4,9 @@ "name": "G2P ODK Importer: Program", "category": "Connector", "summary": "Import records from ODK and add then into Program", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 3, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_odk_importer", "g2p_program_registrant_info"], diff --git a/g2p_openid_vci_programs/__manifest__.py b/g2p_openid_vci_programs/__manifest__.py index 97910cfe..c7fc8dbb 100644 --- a/g2p_openid_vci_programs/__manifest__.py +++ b/g2p_openid_vci_programs/__manifest__.py @@ -2,9 +2,9 @@ { "name": "G2P OpenID VCI: Program Beneficiaries", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_payment_cash/__manifest__.py b/g2p_payment_cash/__manifest__.py index 69026c6a..bcb077e8 100644 --- a/g2p_payment_cash/__manifest__.py +++ b/g2p_payment_cash/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program Payment: Cash", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_payment_files/__manifest__.py b/g2p_payment_files/__manifest__.py index 862c7ae0..f19390c0 100644 --- a/g2p_payment_files/__manifest__.py +++ b/g2p_payment_files/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program Payments: In Files", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_payment_g2p_connect/__manifest__.py b/g2p_payment_g2p_connect/__manifest__.py index 23332b50..3ccca6bb 100644 --- a/g2p_payment_g2p_connect/__manifest__.py +++ b/g2p_payment_g2p_connect/__manifest__.py @@ -1,9 +1,9 @@ { "name": "OpenG2P Program Payment: G2P Connect Payment Manager", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_payment_interop_layer/__manifest__.py b/g2p_payment_interop_layer/__manifest__.py index 5faae601..d1dd9dcb 100644 --- a/g2p_payment_interop_layer/__manifest__.py +++ b/g2p_payment_interop_layer/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program Payment (Payment Interoperability Layer)", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_payment_phee/__manifest__.py b/g2p_payment_phee/__manifest__.py index c84925cc..c8352ae5 100644 --- a/g2p_payment_phee/__manifest__.py +++ b/g2p_payment_phee/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program Payment (Payment Hub EE)", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_payment_simple_mpesa/__manifest__.py b/g2p_payment_simple_mpesa/__manifest__.py index fd29a559..7a5c8df9 100644 --- a/g2p_payment_simple_mpesa/__manifest__.py +++ b/g2p_payment_simple_mpesa/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program Payment: Simple Mpesa Payment Manager", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_program_approval/__manifest__.py b/g2p_program_approval/__manifest__.py index 8b8f61b6..05587164 100644 --- a/g2p_program_approval/__manifest__.py +++ b/g2p_program_approval/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program: Approval", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_program_assessment/__manifest__.py b/g2p_program_assessment/__manifest__.py index 10230c65..a65e9d82 100644 --- a/g2p_program_assessment/__manifest__.py +++ b/g2p_program_assessment/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program: Assessment", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_program_autoenrol/__manifest__.py b/g2p_program_autoenrol/__manifest__.py index 2368073c..5fc38cd3 100644 --- a/g2p_program_autoenrol/__manifest__.py +++ b/g2p_program_autoenrol/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Programs: Autoenrol", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_program_cycleless/__manifest__.py b/g2p_program_cycleless/__manifest__.py index 6afeb501..c9b9262d 100644 --- a/g2p_program_cycleless/__manifest__.py +++ b/g2p_program_cycleless/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Programs: Cycleless", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_programs"], diff --git a/g2p_program_documents/__manifest__.py b/g2p_program_documents/__manifest__.py index 8965c971..c2398765 100644 --- a/g2p_program_documents/__manifest__.py +++ b/g2p_program_documents/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Program: Documents", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_program_registrant_info/__manifest__.py b/g2p_program_registrant_info/__manifest__.py index b9851fe8..715e8044 100644 --- a/g2p_program_registrant_info/__manifest__.py +++ b/g2p_program_registrant_info/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Program: Registrant Info", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_program_registrant_info_rest_api/__manifest__.py b/g2p_program_registrant_info_rest_api/__manifest__.py index 1beb735a..ec11293f 100644 --- a/g2p_program_registrant_info_rest_api/__manifest__.py +++ b/g2p_program_registrant_info_rest_api/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Program : Program Registrant Info Rest API", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_programs_rest_api", "g2p_program_registrant_info"], diff --git a/g2p_program_reimbursement/__manifest__.py b/g2p_program_reimbursement/__manifest__.py index c5231ee3..dc85a94a 100644 --- a/g2p_program_reimbursement/__manifest__.py +++ b/g2p_program_reimbursement/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Programs: Reimbursement", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_programs/__manifest__.py b/g2p_programs/__manifest__.py index 88041480..ff89910f 100644 --- a/g2p_programs/__manifest__.py +++ b/g2p_programs/__manifest__.py @@ -2,9 +2,9 @@ { "name": "OpenG2P Programs", "category": "G2P/G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_programs_rest_api/__manifest__.py b/g2p_programs_rest_api/__manifest__.py index 97aab706..d50e53e0 100644 --- a/g2p_programs_rest_api/__manifest__.py +++ b/g2p_programs_rest_api/__manifest__.py @@ -1,9 +1,9 @@ { "name": "G2P Programs: REST API", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_registry_rest_api", "g2p_programs"], diff --git a/g2p_proxy_means_test/__manifest__.py b/g2p_proxy_means_test/__manifest__.py index 5af4b7c3..3cabac51 100644 --- a/g2p_proxy_means_test/__manifest__.py +++ b/g2p_proxy_means_test/__manifest__.py @@ -2,9 +2,9 @@ { "name": "G2P: Proxy Means Test", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["g2p_programs", "g2p_program_registrant_info"], diff --git a/g2p_social_registry_importer/__manifest__.py b/g2p_social_registry_importer/__manifest__.py index 861a27ef..a849604c 100644 --- a/g2p_social_registry_importer/__manifest__.py +++ b/g2p_social_registry_importer/__manifest__.py @@ -4,8 +4,8 @@ "name": "OpenG2P Social Registry Importer", "category": "G2P", "summary": "Import records from Social Registry", - "version": "17.0.0.0.0", - "author": "OpenG2P", + "version": "17.0.1.2.1", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": [ diff --git a/g2p_theme/__manifest__.py b/g2p_theme/__manifest__.py index 0485c800..c27655f2 100644 --- a/g2p_theme/__manifest__.py +++ b/g2p_theme/__manifest__.py @@ -1,9 +1,9 @@ { "name": "OpenG2P Theme", "category": "G2P", - "version": "17.0.0.0.0", + "version": "17.0.1.2.1", "sequence": 1, - "author": "OpenG2P", + "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", "depends": ["base", "web", "auth_signup", "website"], From 194a0967d5f40a99d170d8853c1fdfac1439c147 Mon Sep 17 00:00:00 2001 From: Ken Lewerentz Date: Tue, 8 Oct 2024 10:12:37 +0700 Subject: [PATCH 2/2] Setting development status to relevant status for the OpenSPP Batanes Refresh release --- g2p_programs/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/g2p_programs/__manifest__.py b/g2p_programs/__manifest__.py index ff89910f..dedd285e 100644 --- a/g2p_programs/__manifest__.py +++ b/g2p_programs/__manifest__.py @@ -7,6 +7,7 @@ "author": "OpenG2P (OpenSPP fork)", "website": "https://openg2p.org", "license": "LGPL-3", + "development_status": "Production/Stable", "depends": [ "account", "web",