mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
[16.0]fix typo in license URL
This commit is contained in:
parent
2b03c21f7b
commit
c2196cd685
@ -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 Batch Payment via EBICS",
|
"name": "Upload Batch Payment 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