Skip to content

Commit

Permalink
Fixed Licenses. precommit errors fixed. pyproject.toml reset
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Sep 5, 2024
1 parent 97e4cf3 commit 3415e8f
Show file tree
Hide file tree
Showing 41 changed files with 36 additions and 51 deletions.
2 changes: 1 addition & 1 deletion g2p_entitlement_differential/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion g2p_entitlement_in_kind/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_entitlement_voucher/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"g2p_encryption",
"g2p_programs",
Expand Down
2 changes: 1 addition & 1 deletion g2p_formio/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_formio/wizard/program_form_mapping_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion g2p_mis_importer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions g2p_mis_importer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

[tool.whool]
post_version_strategy_override = "none"
2 changes: 1 addition & 1 deletion g2p_notifications_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"g2p_programs",
],
Expand Down
2 changes: 1 addition & 1 deletion g2p_notifications_fast2sms/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"g2p_notifications_base",
],
Expand Down
2 changes: 1 addition & 1 deletion g2p_notifications_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion g2p_notifications_voucher/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_notifications_wiserv/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion g2p_odk_importer_program/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions g2p_odk_importer_program/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

[tool.whool]
post_version_strategy_override = "none"
2 changes: 1 addition & 1 deletion g2p_openid_vci_programs/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_payment_cash/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_payment_files/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_payment_g2p_connect/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"base",
"g2p_registry_membership",
Expand Down
2 changes: 1 addition & 1 deletion g2p_payment_interop_layer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"base",
"g2p_registry_base",
Expand Down
2 changes: 1 addition & 1 deletion g2p_payment_phee/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"base",
"g2p_registry_base",
Expand Down
2 changes: 1 addition & 1 deletion g2p_payment_simple_mpesa/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"base",
"g2p_registry_base",
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_approval/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"g2p_programs",
],
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_assessment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"g2p_programs",
"mail",
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_autoenrol/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"g2p_programs",
],
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_cycleless/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_documents/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"g2p_documents",
"g2p_programs",
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_registrant_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_registrant_info_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion g2p_program_reimbursement/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion g2p_programs/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3.0",
"license": "LGPL-3",
"depends": [
"account",
"web",
Expand Down
2 changes: 1 addition & 1 deletion g2p_programs_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion g2p_proxy_means_test/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_self_service_portal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions g2p_service_provider_beneficiary_management/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

[tool.whool]
post_version_strategy_override = "none"
2 changes: 1 addition & 1 deletion g2p_service_provider_portal/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion g2p_service_provider_portal_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions g2p_service_provider_portal_base/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

[tool.whool]
post_version_strategy_override = "none"
2 changes: 1 addition & 1 deletion g2p_social_registry_importer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions g2p_social_registry_importer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

[tool.whool]
post_version_strategy_override = "none"
2 changes: 1 addition & 1 deletion g2p_theme/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3415e8f

Please sign in to comment.