diff --git a/auditlog/README.rst b/auditlog/README.rst index cdd8079ed..2cc5c87c8 100644 --- a/auditlog/README.rst +++ b/auditlog/README.rst @@ -1,5 +1,5 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 ================================= @@ -67,12 +67,12 @@ Images Maintainer ---------- -.. image:: http://odoo-community.org/logo.png +.. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association - :target: http://odoo-community.org + :target: https://odoo-community.org This module is maintained by the OCA. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/auditlog/__init__.py b/auditlog/__init__.py index 69f7babdf..31660d6a9 100644 --- a/auditlog/__init__.py +++ b/auditlog/__init__.py @@ -1,3 +1,3 @@ -# 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 . import models diff --git a/auditlog/__manifest__.py b/auditlog/__manifest__.py index 2b7b9f143..ba35fb506 100644 --- a/auditlog/__manifest__.py +++ b/auditlog/__manifest__.py @@ -1,12 +1,12 @@ -# © 2015 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2015 ABF OSIELL +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { 'name': "Audit Log", 'version': "11.0.1.0.0", 'author': "ABF OSIELL,Odoo Community Association (OCA)", 'license': "AGPL-3", - 'website': "http://www.osiell.com", + 'website': "https://www.osiell.com", 'category': "Tools", 'depends': [ 'base', diff --git a/auditlog/models/__init__.py b/auditlog/models/__init__.py index d26ec58de..d277d21a0 100644 --- a/auditlog/models/__init__.py +++ b/auditlog/models/__init__.py @@ -1,4 +1,4 @@ -# 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 . import rule from . import http_session diff --git a/auditlog/models/autovacuum.py b/auditlog/models/autovacuum.py index 90088bfd4..17505d9fd 100644 --- a/auditlog/models/autovacuum.py +++ b/auditlog/models/autovacuum.py @@ -1,5 +1,5 @@ -# © 2016 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2016 ABF OSIELL +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). import logging from datetime import datetime, timedelta diff --git a/auditlog/models/http_request.py b/auditlog/models/http_request.py index 98f45bcbc..04ade415e 100644 --- a/auditlog/models/http_request.py +++ b/auditlog/models/http_request.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# © 2015 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2015 ABF OSIELL +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from psycopg2.extensions import AsIs diff --git a/auditlog/models/http_session.py b/auditlog/models/http_session.py index 0c3b19411..daccc395e 100644 --- a/auditlog/models/http_session.py +++ b/auditlog/models/http_session.py @@ -1,5 +1,5 @@ -# © 2015 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2015 ABF OSIELL +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import models, fields, api from odoo.http import request diff --git a/auditlog/models/log.py b/auditlog/models/log.py index 3849e87fc..25b5a02b0 100644 --- a/auditlog/models/log.py +++ b/auditlog/models/log.py @@ -1,5 +1,5 @@ -# © 2015 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2015 ABF OSIELL +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import models, fields diff --git a/auditlog/models/rule.py b/auditlog/models/rule.py index 0545512d9..006c9e770 100644 --- a/auditlog/models/rule.py +++ b/auditlog/models/rule.py @@ -1,5 +1,5 @@ -# © 2015 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2015 ABF OSIELL +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import models, fields, api, modules, _ diff --git a/auditlog/tests/test_auditlog.py b/auditlog/tests/test_auditlog.py index 7085b773d..01371192b 100644 --- a/auditlog/tests/test_auditlog.py +++ b/auditlog/tests/test_auditlog.py @@ -1,5 +1,5 @@ -# © 2015 Therp BV -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2015 Therp BV +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo.tests.common import TransactionCase diff --git a/auditlog/tests/test_autovacuum.py b/auditlog/tests/test_autovacuum.py index 4e16f9d88..d621d3cf9 100644 --- a/auditlog/tests/test_autovacuum.py +++ b/auditlog/tests/test_autovacuum.py @@ -1,5 +1,5 @@ -# © 2016 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# © 2016 ABF OSIELL +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). import time from odoo.tests.common import TransactionCase