[16.0]fix typo in license URL

This commit is contained in:
Luc De Meyer 2023-05-28 17:01:06 +02:00
parent 2b03c21f7b
commit c2196cd685
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg .. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
:target: https://www.gnu.org/licenses/lpgl :target: https://www.gnu.org/licenses/lgpl
:alt: License: AGPL-3 :alt: License: AGPL-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": "Upload Batch Payment via EBICS", "name": "Upload Batch Payment via EBICS",

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 _, models from odoo import _, models
from odoo.exceptions import UserError from odoo.exceptions import UserError