diff --git a/account_ebics/README.rst b/account_ebics/README.rst index edc03e8..1e8ac2e 100644 --- a/account_ebics/README.rst +++ b/account_ebics/README.rst @@ -1,5 +1,5 @@ .. 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 ====================== diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 4b68bc0..1b0d5d1 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__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": "EBICS banking protocol", diff --git a/account_ebics/models/account_bank_statement.py b/account_ebics/models/account_bank_statement.py index e5eb289..64616e1 100644 --- a/account_ebics/models/account_bank_statement.py +++ b/account_ebics/models/account_bank_statement.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 fields, models diff --git a/account_ebics/models/ebics_config.py b/account_ebics/models/ebics_config.py index 6cfbceb..d84eb25 100644 --- a/account_ebics/models/ebics_config.py +++ b/account_ebics/models/ebics_config.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). import logging import os diff --git a/account_ebics/models/ebics_file.py b/account_ebics/models/ebics_file.py index f35569c..50752c1 100644 --- a/account_ebics/models/ebics_file.py +++ b/account_ebics/models/ebics_file.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). import base64 import logging diff --git a/account_ebics/models/ebics_file_format.py b/account_ebics/models/ebics_file_format.py index c3b8d7e..7d24e50 100644 --- a/account_ebics/models/ebics_file_format.py +++ b/account_ebics/models/ebics_file_format.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 api, fields, models diff --git a/account_ebics/models/ebics_userid.py b/account_ebics/models/ebics_userid.py index 08a8e04..9ed6f93 100644 --- a/account_ebics/models/ebics_userid.py +++ b/account_ebics/models/ebics_userid.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). import base64 import logging diff --git a/account_ebics/models/fintech_ebics_register.py b/account_ebics/models/fintech_ebics_register.py index 613e5be..ed6be8e 100644 --- a/account_ebics/models/fintech_ebics_register.py +++ b/account_ebics/models/fintech_ebics_register.py @@ -1,5 +1,5 @@ # 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 from sys import exc_info diff --git a/account_ebics/static/description/index.html b/account_ebics/static/description/index.html index 7500bf0..1b996fb 100644 --- a/account_ebics/static/description/index.html +++ b/account_ebics/static/description/index.html @@ -363,7 +363,7 @@ ul.auto-toc {
-License: LGPL-3 +License: LGPL-3

EBICS banking protocol

Implementation of the EBICS banking protocol.

@@ -562,7 +562,7 @@ You can also find this information in the doc folder of this module (file EBICS_

Known Issues / Roadmap

    -
  • add support to import externally generated keys & certificates (currently only 3SKey signature certificate)
  • +
  • add support to import externally generated keys & certificates (currently only 3SKey signature certificate).
  • For Odoo 16.0 the interaction with the OCA payment order and bank statement import modules (e.g. french CFONB) is not yet available.
diff --git a/account_ebics/wizards/ebics_change_passphrase.py b/account_ebics/wizards/ebics_change_passphrase.py index bdca195..38e689c 100644 --- a/account_ebics/wizards/ebics_change_passphrase.py +++ b/account_ebics/wizards/ebics_change_passphrase.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). import logging diff --git a/account_ebics/wizards/ebics_xfer.py b/account_ebics/wizards/ebics_xfer.py index d6fb2db..89ebbca 100644 --- a/account_ebics/wizards/ebics_xfer.py +++ b/account_ebics/wizards/ebics_xfer.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). """ import logging diff --git a/account_ebics_batch_payment/README.rst b/account_ebics_batch_payment/README.rst index 1a28c97..af159d4 100644 --- a/account_ebics_batch_payment/README.rst +++ b/account_ebics_batch_payment/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_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index 9678c46..b3ef67d 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__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 Batch Payment via EBICS", diff --git a/account_ebics_batch_payment/models/account_batch_payment.py b/account_ebics_batch_payment/models/account_batch_payment.py index c313252..fa5b133 100644 --- a/account_ebics_batch_payment/models/account_batch_payment.py +++ b/account_ebics_batch_payment/models/account_batch_payment.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 diff --git a/account_ebics_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index 6e130b6..e882810 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2020-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": "account_ebics with OCA Bank Statement Imoort", diff --git a/account_ebics_oca_statement_import/wizards/account_statement_import.py b/account_ebics_oca_statement_import/wizards/account_statement_import.py index 86b798d..83f1340 100644 --- a/account_ebics_oca_statement_import/wizards/account_statement_import.py +++ b/account_ebics_oca_statement_import/wizards/account_statement_import.py @@ -1,5 +1,5 @@ # 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 diff --git a/account_ebics_oe/__manifest__.py b/account_ebics_oe/__manifest__.py index e360c63..135c203 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2020-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": "account_ebics on Odoo Enterprise", 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