Skip to content

Commit

Permalink
[FIX] pre-commit wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Jun 27, 2024
1 parent 7486052 commit 0954491
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions crm_lead_payment_repair/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
2 changes: 1 addition & 1 deletion crm_partner_contact_type/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crm_phonecall_activity/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crm_phonecall_claim/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crm_phonecall_inbound/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0954491

Please sign in to comment.