diff --git a/kpi/__manifest__.py b/kpi/__manifest__.py index 3a9e48058..8dce77bd2 100644 --- a/kpi/__manifest__.py +++ b/kpi/__manifest__.py @@ -5,7 +5,7 @@ "name": "Key Performance Indicator", "version": "13.0.1.0.0", "author": "Savoir-faire Linux,Odoo Community Association (OCA)", - "website": "http://www.savoirfairelinux.com", + "website": "https://github.com/OCA/reporting-engine", "license": "AGPL-3", "category": "Report", "depends": ["base_external_dbsource"], diff --git a/report_csv/__manifest__.py b/report_csv/__manifest__.py index 76e7bc8a0..115204694 100644 --- a/report_csv/__manifest__.py +++ b/report_csv/__manifest__.py @@ -4,7 +4,7 @@ "name": "Base report csv", "summary": "Base module to create csv report", "author": "Creu Blanca, Odoo Community Association (OCA)", - "website": "https://github.com/oca/reporting-engine", + "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", "version": "13.0.1.0.1", "license": "AGPL-3", diff --git a/report_layout_config/__manifest__.py b/report_layout_config/__manifest__.py index 3d5e7cc26..1fac33aef 100644 --- a/report_layout_config/__manifest__.py +++ b/report_layout_config/__manifest__.py @@ -6,7 +6,7 @@ "summary": "Add possibility to easily modify the global report layout", "version": "13.0.1.0.0", "category": "Reporting", - "website": "http://github.com/OCA/reporting-engine", + "website": "https://github.com/OCA/reporting-engine", "author": "Camptocamp, " "Odoo Community Association (OCA)", "license": "AGPL-3", "depends": ["web", "base"], diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 7d272ed72..d21446f1b 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -8,7 +8,7 @@ "category": "Reporting", "license": "AGPL-3", "author": "XCG Consulting," "ACSONE SA/NV," "Odoo Community Association (OCA)", - "website": "http://odoo.consulting/", + "website": "https://github.com/OCA/reporting-engine", "depends": ["web"], "external_dependencies": {"python": ["py3o.template", "py3o.formats", "PyPDF2"]}, "data": [ diff --git a/report_qweb_element_page_visibility/__manifest__.py b/report_qweb_element_page_visibility/__manifest__.py index 81cc6ccf3..088b183a1 100644 --- a/report_qweb_element_page_visibility/__manifest__.py +++ b/report_qweb_element_page_visibility/__manifest__.py @@ -6,7 +6,7 @@ "version": "13.0.1.0.0", "author": "Agile Business Group, Odoo Community Association (OCA)", "category": "Tools", - "website": "https://github.com/oca/reporting-engine", + "website": "https://github.com/OCA/reporting-engine", "license": "AGPL-3", "application": False, "installable": True, diff --git a/report_qweb_parameter/__manifest__.py b/report_qweb_parameter/__manifest__.py index e7f9cb342..c266a8320 100644 --- a/report_qweb_parameter/__manifest__.py +++ b/report_qweb_parameter/__manifest__.py @@ -10,7 +10,7 @@ and check minimal length """, "author": "Creu Blanca, Odoo Community Association (OCA)", - "website": "https://github.com/oca/reporting-engine", + "website": "https://github.com/OCA/reporting-engine", "category": "Technical Settings", "depends": ["web"], "demo": ["demo/test_report_field_length.xml"], diff --git a/report_qweb_pdf_watermark/__manifest__.py b/report_qweb_pdf_watermark/__manifest__.py index f282f2603..16b8d5903 100644 --- a/report_qweb_pdf_watermark/__manifest__.py +++ b/report_qweb_pdf_watermark/__manifest__.py @@ -7,7 +7,7 @@ "license": "AGPL-3", "category": "Technical Settings", "summary": "Add watermarks to your QWEB PDF reports", - "website": "https://github.com/oca/reporting-engine", + "website": "https://github.com/OCA/reporting-engine", "depends": ["web"], "data": [ "demo/report.xml", diff --git a/report_qweb_signer/__manifest__.py b/report_qweb_signer/__manifest__.py index ce2ad41b1..4627d3501 100644 --- a/report_qweb_signer/__manifest__.py +++ b/report_qweb_signer/__manifest__.py @@ -8,7 +8,7 @@ "summary": "Sign Qweb PDFs usign a PKCS#12 certificate", "version": "13.0.1.0.0", "category": "Reporting", - "website": "https://github.com/oca/reporting-engine", + "website": "https://github.com/OCA/reporting-engine", "author": "Tecnativa, " "Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, diff --git a/report_xlsx/__manifest__.py b/report_xlsx/__manifest__.py index 8a6e265d5..378652375 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -4,7 +4,7 @@ "name": "Base report xlsx", "summary": "Base module to create xlsx report", "author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)", - "website": "https://github.com/oca/reporting-engine", + "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", "version": "13.0.1.0.3", "development_status": "Production/Stable",