[16.0]fix typo in license URL

This commit is contained in:
Luc De Meyer 2023-05-28 17:01:06 +02:00
parent 898f371c77
commit 1a1d951d61
11 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png .. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lpgl :target: https://www.gnu.org/licenses/lgpl
:alt: License: LGPL-3 :alt: License: LGPL-3
====================== ======================

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
{ {
"name": "EBICS banking protocol", "name": "EBICS banking protocol",

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
from odoo import fields, models from odoo import fields, models

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
import logging import logging
import os import os

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
import base64 import base64
import logging import logging

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
from odoo import api, fields, models from odoo import api, fields, models

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
import base64 import base64
import logging import logging

View File

@ -1,5 +1,5 @@
# Copyright 2009-2020 Noviat. # Copyright 2009-2020 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
import logging import logging
from sys import exc_info from sys import exc_info

View File

@ -363,7 +363,7 @@ ul.auto-toc {
<div class="document"> <div class="document">
<a class="reference external image-reference" href="https://www.gnu.org/licenses/lpgl"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://www.gnu.org/licenses/lgpl"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a>
<div class="section" id="ebics-banking-protocol"> <div class="section" id="ebics-banking-protocol">
<h1>EBICS banking protocol</h1> <h1>EBICS banking protocol</h1>
<p>Implementation of the EBICS banking protocol.</p> <p>Implementation of the EBICS banking protocol.</p>
@ -562,7 +562,7 @@ You can also find this information in the doc folder of this module (file EBICS_
<div class="section" id="known-issues-roadmap"> <div class="section" id="known-issues-roadmap">
<h2>Known Issues / Roadmap</h2> <h2>Known Issues / Roadmap</h2>
<ul class="simple"> <ul class="simple">
<li>add support to import externally generated keys &amp; certificates (currently only 3SKey signature certificate)</li> <li>add support to import externally generated keys &amp; certificates (currently only 3SKey signature certificate).</li>
<li>For Odoo 16.0 the interaction with the OCA payment order and bank statement import modules (e.g. french CFONB) is not yet available.</li> <li>For Odoo 16.0 the interaction with the OCA payment order and bank statement import modules (e.g. french CFONB) is not yet available.</li>
</ul> </ul>
</div> </div>

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
import logging import logging

View File

@ -1,5 +1,5 @@
# Copyright 2009-2023 Noviat. # Copyright 2009-2023 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
""" """
import logging import logging