mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-24 05:02:05 +00:00
[16.0]fix typo in license URL
This commit is contained in:
parent
545163db70
commit
d2ea84bbcb
@ -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
|
||||||
|
|
||||||
==============================
|
==============================
|
||||||
|
@ -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 Payment Order via EBICS",
|
"name": "Upload Payment Order via EBICS",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user