From 3415e8fa4dd46a7b0f6d1611aa9be05dff46eabf Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Thu, 5 Sep 2024 12:58:08 +0530 Subject: [PATCH] Fixed Licenses. precommit errors fixed. pyproject.toml reset Signed-off-by: Lalith Kota --- g2p_entitlement_differential/__manifest__.py | 2 +- g2p_entitlement_in_kind/__manifest__.py | 2 +- g2p_entitlement_voucher/__manifest__.py | 2 +- g2p_formio/__manifest__.py | 2 +- g2p_formio/wizard/program_form_mapping_wizard.py | 2 +- g2p_mis_importer/__manifest__.py | 2 +- g2p_mis_importer/pyproject.toml | 3 --- g2p_notifications_base/__manifest__.py | 2 +- g2p_notifications_fast2sms/__manifest__.py | 2 +- g2p_notifications_rest_api/__manifest__.py | 2 +- g2p_notifications_voucher/__manifest__.py | 2 +- g2p_notifications_wiserv/__manifest__.py | 2 +- g2p_odk_importer_program/__manifest__.py | 2 +- g2p_odk_importer_program/pyproject.toml | 3 --- g2p_openid_vci_programs/__manifest__.py | 2 +- g2p_payment_cash/__manifest__.py | 2 +- g2p_payment_files/__manifest__.py | 2 +- g2p_payment_g2p_connect/__manifest__.py | 2 +- g2p_payment_interop_layer/__manifest__.py | 2 +- g2p_payment_phee/__manifest__.py | 2 +- g2p_payment_simple_mpesa/__manifest__.py | 2 +- g2p_program_approval/__manifest__.py | 2 +- g2p_program_assessment/__manifest__.py | 2 +- g2p_program_autoenrol/__manifest__.py | 2 +- g2p_program_cycleless/__manifest__.py | 2 +- g2p_program_documents/__manifest__.py | 2 +- g2p_program_registrant_info/__manifest__.py | 2 +- g2p_program_registrant_info_rest_api/__manifest__.py | 2 +- g2p_program_reimbursement/__manifest__.py | 2 +- g2p_programs/__manifest__.py | 2 +- g2p_programs_rest_api/__manifest__.py | 2 +- g2p_proxy_means_test/__manifest__.py | 2 +- g2p_self_service_portal/__manifest__.py | 2 +- g2p_service_provider_beneficiary_management/__manifest__.py | 2 +- g2p_service_provider_beneficiary_management/pyproject.toml | 3 --- g2p_service_provider_portal/__manifest__.py | 2 +- g2p_service_provider_portal_base/__manifest__.py | 2 +- g2p_service_provider_portal_base/pyproject.toml | 3 --- g2p_social_registry_importer/__manifest__.py | 2 +- g2p_social_registry_importer/pyproject.toml | 3 --- g2p_theme/__manifest__.py | 2 +- 41 files changed, 36 insertions(+), 51 deletions(-) diff --git a/g2p_entitlement_differential/__manifest__.py b/g2p_entitlement_differential/__manifest__.py index c0376d8b..e516d312 100644 --- a/g2p_entitlement_differential/__manifest__.py +++ b/g2p_entitlement_differential/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_entitlement_cash"], "data": ["views/entitlement_manager_view.xml"], "demo": [], diff --git a/g2p_entitlement_in_kind/__manifest__.py b/g2p_entitlement_in_kind/__manifest__.py index e1f6e43a..765fdd5d 100644 --- a/g2p_entitlement_in_kind/__manifest__.py +++ b/g2p_entitlement_in_kind/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["spp_programs", "spp_entitlement_in_kind"], "data": [ "views/in_kind.xml", diff --git a/g2p_entitlement_voucher/__manifest__.py b/g2p_entitlement_voucher/__manifest__.py index ca80ba82..6aabc20f 100644 --- a/g2p_entitlement_voucher/__manifest__.py +++ b/g2p_entitlement_voucher/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_encryption", "g2p_programs", diff --git a/g2p_formio/__manifest__.py b/g2p_formio/__manifest__.py index 60db990b..9253cdd8 100644 --- a/g2p_formio/__manifest__.py +++ b/g2p_formio/__manifest__.py @@ -7,7 +7,7 @@ "summary": "Form builders allow you to create, manage, and use dynamic forms with ease.", "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["formio", "g2p_programs", "formio_storage_filestore"], "data": [ "views/formio_builder.xml", diff --git a/g2p_formio/wizard/program_form_mapping_wizard.py b/g2p_formio/wizard/program_form_mapping_wizard.py index 8688b883..d37dbd44 100644 --- a/g2p_formio/wizard/program_form_mapping_wizard.py +++ b/g2p_formio/wizard/program_form_mapping_wizard.py @@ -11,7 +11,7 @@ class G2PCreateProgramWizard(models.TransientModel): is_multiple_form_submission = fields.Boolean(default=False) def create_program(self): - res = super(G2PCreateProgramWizard, self).create_program() + res = super().create_program() program = self.env["g2p.program"].browse(res["res_id"]) portal_form = self.self_service_portal_form diff --git a/g2p_mis_importer/__manifest__.py b/g2p_mis_importer/__manifest__.py index 03f3746d..a90774e1 100644 --- a/g2p_mis_importer/__manifest__.py +++ b/g2p_mis_importer/__manifest__.py @@ -6,7 +6,7 @@ "version": "17.0.0.0.0", "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_programs", "queue_job"], "data": [ "security/ir.model.access.csv", diff --git a/g2p_mis_importer/pyproject.toml b/g2p_mis_importer/pyproject.toml index 91ff24bd..4231d0cc 100644 --- a/g2p_mis_importer/pyproject.toml +++ b/g2p_mis_importer/pyproject.toml @@ -1,6 +1,3 @@ [build-system] requires = ["whool"] build-backend = "whool.buildapi" - -[tool.whool] -post_version_strategy_override = "none" diff --git a/g2p_notifications_base/__manifest__.py b/g2p_notifications_base/__manifest__.py index 3da18bd9..1e8bb7e4 100644 --- a/g2p_notifications_base/__manifest__.py +++ b/g2p_notifications_base/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", ], diff --git a/g2p_notifications_fast2sms/__manifest__.py b/g2p_notifications_fast2sms/__manifest__.py index 2ef1807c..5d6a1cc8 100644 --- a/g2p_notifications_fast2sms/__manifest__.py +++ b/g2p_notifications_fast2sms/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_notifications_base", ], diff --git a/g2p_notifications_rest_api/__manifest__.py b/g2p_notifications_rest_api/__manifest__.py index 0df2d87f..4aa47944 100644 --- a/g2p_notifications_rest_api/__manifest__.py +++ b/g2p_notifications_rest_api/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_registry_rest_api", "g2p_notifications_base"], "data": [], "assets": { diff --git a/g2p_notifications_voucher/__manifest__.py b/g2p_notifications_voucher/__manifest__.py index 2038de8c..60a6885d 100644 --- a/g2p_notifications_voucher/__manifest__.py +++ b/g2p_notifications_voucher/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_entitlement_voucher", "g2p_notifications_base", diff --git a/g2p_notifications_wiserv/__manifest__.py b/g2p_notifications_wiserv/__manifest__.py index e2f13516..020f098e 100644 --- a/g2p_notifications_wiserv/__manifest__.py +++ b/g2p_notifications_wiserv/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_notifications_base", "mail"], "external_dependencies": {"python": ["zeep"]}, "data": [ diff --git a/g2p_odk_importer_program/__manifest__.py b/g2p_odk_importer_program/__manifest__.py index 95f9c234..ceb894ec 100644 --- a/g2p_odk_importer_program/__manifest__.py +++ b/g2p_odk_importer_program/__manifest__.py @@ -8,7 +8,7 @@ "sequence": 3, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_odk_importer", "g2p_program_registrant_info"], "data": [ "views/odk_import_views.xml", diff --git a/g2p_odk_importer_program/pyproject.toml b/g2p_odk_importer_program/pyproject.toml index 91ff24bd..4231d0cc 100644 --- a/g2p_odk_importer_program/pyproject.toml +++ b/g2p_odk_importer_program/pyproject.toml @@ -1,6 +1,3 @@ [build-system] requires = ["whool"] build-backend = "whool.buildapi" - -[tool.whool] -post_version_strategy_override = "none" diff --git a/g2p_openid_vci_programs/__manifest__.py b/g2p_openid_vci_programs/__manifest__.py index d0d5a55d..97910cfe 100644 --- a/g2p_openid_vci_programs/__manifest__.py +++ b/g2p_openid_vci_programs/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_openid_vci", "g2p_programs", diff --git a/g2p_payment_cash/__manifest__.py b/g2p_payment_cash/__manifest__.py index ef70f9da..69026c6a 100644 --- a/g2p_payment_cash/__manifest__.py +++ b/g2p_payment_cash/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", "g2p_payment_files", diff --git a/g2p_payment_files/__manifest__.py b/g2p_payment_files/__manifest__.py index 7fd17a56..862c7ae0 100644 --- a/g2p_payment_files/__manifest__.py +++ b/g2p_payment_files/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", "g2p_program_documents", diff --git a/g2p_payment_g2p_connect/__manifest__.py b/g2p_payment_g2p_connect/__manifest__.py index bdc9707c..23332b50 100644 --- a/g2p_payment_g2p_connect/__manifest__.py +++ b/g2p_payment_g2p_connect/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "base", "g2p_registry_membership", diff --git a/g2p_payment_interop_layer/__manifest__.py b/g2p_payment_interop_layer/__manifest__.py index 0ac69be0..5faae601 100644 --- a/g2p_payment_interop_layer/__manifest__.py +++ b/g2p_payment_interop_layer/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "base", "g2p_registry_base", diff --git a/g2p_payment_phee/__manifest__.py b/g2p_payment_phee/__manifest__.py index bb772961..c84925cc 100644 --- a/g2p_payment_phee/__manifest__.py +++ b/g2p_payment_phee/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "base", "g2p_registry_base", diff --git a/g2p_payment_simple_mpesa/__manifest__.py b/g2p_payment_simple_mpesa/__manifest__.py index 357f84e6..fd29a559 100644 --- a/g2p_payment_simple_mpesa/__manifest__.py +++ b/g2p_payment_simple_mpesa/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "base", "g2p_registry_base", diff --git a/g2p_program_approval/__manifest__.py b/g2p_program_approval/__manifest__.py index 38d51a31..8b8f61b6 100644 --- a/g2p_program_approval/__manifest__.py +++ b/g2p_program_approval/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", ], diff --git a/g2p_program_assessment/__manifest__.py b/g2p_program_assessment/__manifest__.py index 56a75843..10230c65 100644 --- a/g2p_program_assessment/__manifest__.py +++ b/g2p_program_assessment/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", "mail", diff --git a/g2p_program_autoenrol/__manifest__.py b/g2p_program_autoenrol/__manifest__.py index 660b0743..2368073c 100644 --- a/g2p_program_autoenrol/__manifest__.py +++ b/g2p_program_autoenrol/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", ], diff --git a/g2p_program_cycleless/__manifest__.py b/g2p_program_cycleless/__manifest__.py index cef29fe2..6afeb501 100644 --- a/g2p_program_cycleless/__manifest__.py +++ b/g2p_program_cycleless/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_programs"], "data": [ "views/program_view.xml", diff --git a/g2p_program_documents/__manifest__.py b/g2p_program_documents/__manifest__.py index 9f2a8c6c..8965c971 100644 --- a/g2p_program_documents/__manifest__.py +++ b/g2p_program_documents/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_documents", "g2p_programs", diff --git a/g2p_program_registrant_info/__manifest__.py b/g2p_program_registrant_info/__manifest__.py index 057410b3..b9851fe8 100644 --- a/g2p_program_registrant_info/__manifest__.py +++ b/g2p_program_registrant_info/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_registry_base", "g2p_registry_individual", diff --git a/g2p_program_registrant_info_rest_api/__manifest__.py b/g2p_program_registrant_info_rest_api/__manifest__.py index d985a5fe..1beb735a 100644 --- a/g2p_program_registrant_info_rest_api/__manifest__.py +++ b/g2p_program_registrant_info_rest_api/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_programs_rest_api", "g2p_program_registrant_info"], "data": [], "assets": { diff --git a/g2p_program_reimbursement/__manifest__.py b/g2p_program_reimbursement/__manifest__.py index 59781968..51de53ae 100644 --- a/g2p_program_reimbursement/__manifest__.py +++ b/g2p_program_reimbursement/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", # TODO: The following need not be a dependency diff --git a/g2p_programs/__manifest__.py b/g2p_programs/__manifest__.py index 586e1004..e10065e8 100644 --- a/g2p_programs/__manifest__.py +++ b/g2p_programs/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "account", "web", diff --git a/g2p_programs_rest_api/__manifest__.py b/g2p_programs_rest_api/__manifest__.py index e97ff2c5..97aab706 100644 --- a/g2p_programs_rest_api/__manifest__.py +++ b/g2p_programs_rest_api/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_registry_rest_api", "g2p_programs"], "data": [], "assets": { diff --git a/g2p_proxy_means_test/__manifest__.py b/g2p_proxy_means_test/__manifest__.py index e535093e..5af4b7c3 100644 --- a/g2p_proxy_means_test/__manifest__.py +++ b/g2p_proxy_means_test/__manifest__.py @@ -6,7 +6,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["g2p_programs", "g2p_program_registrant_info"], "data": [ "security/ir.model.access.csv", diff --git a/g2p_self_service_portal/__manifest__.py b/g2p_self_service_portal/__manifest__.py index 1c2918af..62cdf3d5 100644 --- a/g2p_self_service_portal/__manifest__.py +++ b/g2p_self_service_portal/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_registry_base", "g2p_registry_individual", diff --git a/g2p_service_provider_beneficiary_management/__manifest__.py b/g2p_service_provider_beneficiary_management/__manifest__.py index 0d5e2747..cae5b0a1 100644 --- a/g2p_service_provider_beneficiary_management/__manifest__.py +++ b/g2p_service_provider_beneficiary_management/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_service_provider_portal_base", "g2p_registry_membership", diff --git a/g2p_service_provider_beneficiary_management/pyproject.toml b/g2p_service_provider_beneficiary_management/pyproject.toml index 91ff24bd..4231d0cc 100644 --- a/g2p_service_provider_beneficiary_management/pyproject.toml +++ b/g2p_service_provider_beneficiary_management/pyproject.toml @@ -1,6 +1,3 @@ [build-system] requires = ["whool"] build-backend = "whool.buildapi" - -[tool.whool] -post_version_strategy_override = "none" diff --git a/g2p_service_provider_portal/__manifest__.py b/g2p_service_provider_portal/__manifest__.py index f35d8234..bfb9fcae 100644 --- a/g2p_service_provider_portal/__manifest__.py +++ b/g2p_service_provider_portal/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_self_service_portal", "g2p_program_reimbursement", diff --git a/g2p_service_provider_portal_base/__manifest__.py b/g2p_service_provider_portal_base/__manifest__.py index 283dfd85..576576ee 100644 --- a/g2p_service_provider_portal_base/__manifest__.py +++ b/g2p_service_provider_portal_base/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["account", "website"], "data": [ "views/about_us.xml", diff --git a/g2p_service_provider_portal_base/pyproject.toml b/g2p_service_provider_portal_base/pyproject.toml index 91ff24bd..4231d0cc 100644 --- a/g2p_service_provider_portal_base/pyproject.toml +++ b/g2p_service_provider_portal_base/pyproject.toml @@ -1,6 +1,3 @@ [build-system] requires = ["whool"] build-backend = "whool.buildapi" - -[tool.whool] -post_version_strategy_override = "none" diff --git a/g2p_social_registry_importer/__manifest__.py b/g2p_social_registry_importer/__manifest__.py index 9d5956a6..861a27ef 100644 --- a/g2p_social_registry_importer/__manifest__.py +++ b/g2p_social_registry_importer/__manifest__.py @@ -7,7 +7,7 @@ "version": "17.0.0.0.0", "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": [ "g2p_programs", "g2p_registry_membership", diff --git a/g2p_social_registry_importer/pyproject.toml b/g2p_social_registry_importer/pyproject.toml index 91ff24bd..4231d0cc 100644 --- a/g2p_social_registry_importer/pyproject.toml +++ b/g2p_social_registry_importer/pyproject.toml @@ -1,6 +1,3 @@ [build-system] requires = ["whool"] build-backend = "whool.buildapi" - -[tool.whool] -post_version_strategy_override = "none" diff --git a/g2p_theme/__manifest__.py b/g2p_theme/__manifest__.py index 209c187f..0485c800 100644 --- a/g2p_theme/__manifest__.py +++ b/g2p_theme/__manifest__.py @@ -5,7 +5,7 @@ "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", - "license": "LGPL-3.0", + "license": "LGPL-3", "depends": ["base", "web", "auth_signup", "website"], "data": [ "templates/g2p_login_page.xml",