From d2ea84bbcbd45d53712eae77b1886b4a0a8cf6f1 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 28 May 2023 17:01:06 +0200 Subject: [PATCH] [16.0]fix typo in license URL --- account_ebics_payment_order/README.rst | 2 +- account_ebics_payment_order/__manifest__.py | 2 +- account_ebics_payment_order/models/account_payment_order.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_ebics_payment_order/README.rst b/account_ebics_payment_order/README.rst index c6ecb6d..75caafd 100644 --- a/account_ebics_payment_order/README.rst +++ b/account_ebics_payment_order/README.rst @@ -1,5 +1,5 @@ .. 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 ============================== diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index 63490b4..3d73d7a 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -1,5 +1,5 @@ # 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 Payment Order via EBICS", diff --git a/account_ebics_payment_order/models/account_payment_order.py b/account_ebics_payment_order/models/account_payment_order.py index ecd9c78..03a49b6 100644 --- a/account_ebics_payment_order/models/account_payment_order.py +++ b/account_ebics_payment_order/models/account_payment_order.py @@ -1,5 +1,5 @@ # 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.exceptions import UserError