From 63a147201eaabe1cab27acb6cb9de7f56b122683 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Mon, 2 Sep 2019 11:10:49 +0200 Subject: [PATCH] [FIX] - Fix gnu link --- partner_industry_parent/__manifest__.py | 2 +- partner_industry_parent/models/res_partner_industry.py | 2 +- partner_industry_parent/views/res_partner_industry.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/partner_industry_parent/__manifest__.py b/partner_industry_parent/__manifest__.py index 9185466fe..a8195786f 100644 --- a/partner_industry_parent/__manifest__.py +++ b/partner_industry_parent/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2019 ACSONE SA/NV -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { 'name': 'Partner Industry Parent', diff --git a/partner_industry_parent/models/res_partner_industry.py b/partner_industry_parent/models/res_partner_industry.py index 89b226cf4..405f4e042 100644 --- a/partner_industry_parent/models/res_partner_industry.py +++ b/partner_industry_parent/models/res_partner_industry.py @@ -1,5 +1,5 @@ # Copyright 2019 ACSONE SA/NV -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import api, fields, models diff --git a/partner_industry_parent/views/res_partner_industry.xml b/partner_industry_parent/views/res_partner_industry.xml index d6ef330ec..d3948c6a7 100644 --- a/partner_industry_parent/views/res_partner_industry.xml +++ b/partner_industry_parent/views/res_partner_industry.xml @@ -1,7 +1,7 @@