From 0954491368e2e6b4f0921d79478278dffbde5a8d Mon Sep 17 00:00:00 2001 From: Oihane Crucelaegui Date: Thu, 27 Jun 2024 11:25:01 +0200 Subject: [PATCH] [FIX] pre-commit wrong url --- .pre-commit-config.yaml | 2 +- crm_lead_payment_repair/__manifest__.py | 5 ++--- crm_partner_contact_type/__manifest__.py | 2 +- crm_phonecall_activity/__manifest__.py | 2 +- crm_phonecall_claim/__manifest__.py | 2 +- crm_phonecall_inbound/__manifest__.py | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e54d41ff..d5a0e082 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons - id: oca-fix-manifest-website - args: ["https://github.com/avanzosc/hr-addons"] + args: ["https://github.com/avanzosc/crm-addons"] - repo: https://github.com/OCA/odoo-pre-commit-hooks rev: v0.0.25 hooks: diff --git a/crm_lead_payment_repair/__manifest__.py b/crm_lead_payment_repair/__manifest__.py index ed22f614..739f920a 100644 --- a/crm_lead_payment_repair/__manifest__.py +++ b/crm_lead_payment_repair/__manifest__.py @@ -6,13 +6,12 @@ "category": "Inventory/Inventory", "license": "AGPL-3", "author": "Avanzosc", - "website": "https://github.com/avanzosc/odoo-addons", + "website": "https://github.com/avanzosc/crm-addons", "depends": [ "crm_lead_create_repair", "crm_lead_payment", ], - "data": [ - ], + "data": [], "installable": True, "auto_install": True, } diff --git a/crm_partner_contact_type/__manifest__.py b/crm_partner_contact_type/__manifest__.py index 5faf1cbd..4616d3d6 100644 --- a/crm_partner_contact_type/__manifest__.py +++ b/crm_partner_contact_type/__manifest__.py @@ -4,7 +4,7 @@ "name": "CRM Partner Contact Type", "version": "14.0.1.0.0", "author": "Avanzosc", - "website": "https://github.com/avanzosc/hr-addons", + "website": "https://github.com/avanzosc/crm-addons", "category": "Customer Relationship Management", "depends": [ "crm", diff --git a/crm_phonecall_activity/__manifest__.py b/crm_phonecall_activity/__manifest__.py index d228f730..276350e5 100644 --- a/crm_phonecall_activity/__manifest__.py +++ b/crm_phonecall_activity/__manifest__.py @@ -4,7 +4,7 @@ "name": "CRM Phonecall Activity", "version": "14.0.1.0.0", "author": "Avanzosc", - "website": "https://github.com/avanzosc/hr-addons", + "website": "https://github.com/avanzosc/crm-addons", "category": "Sales/CRM", "depends": [ "crm_phonecall", diff --git a/crm_phonecall_claim/__manifest__.py b/crm_phonecall_claim/__manifest__.py index 484ad2ea..b99d8e31 100644 --- a/crm_phonecall_claim/__manifest__.py +++ b/crm_phonecall_claim/__manifest__.py @@ -4,7 +4,7 @@ "name": "CRM phonecall claim", "version": "14.0.1.0.0", "author": "Avanzosc", - "website": "https://github.com/avanzosc/hr-addons", + "website": "https://github.com/avanzosc/crm-addons", "category": "Sales/CRM", "depends": [ "crm_phonecall", diff --git a/crm_phonecall_inbound/__manifest__.py b/crm_phonecall_inbound/__manifest__.py index 983bc10a..bcb29611 100644 --- a/crm_phonecall_inbound/__manifest__.py +++ b/crm_phonecall_inbound/__manifest__.py @@ -4,7 +4,7 @@ "name": "CRM Phonecall Inbound", "version": "14.0.1.0.0", "author": "Avanzosc", - "website": "https://github.com/avanzosc/hr-addons", + "website": "https://github.com/avanzosc/crm-addons", "category": "Sales/CRM", "depends": [ "crm_phonecall",