[MIG] account_ebics_batch_payment: Migration to 19.0

This commit is contained in:
Luc De Meyer
2026-03-06 22:31:33 +01:00
parent 305eb08c3b
commit 5debaeba42
9 changed files with 17 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png .. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl :target: https://www.gnu.org/licenses/lgpl
:alt: License: AGPL-3 :alt: License: LGPL-3
============================================ ============================================
Module to enable batch import of EBICS files Module to enable batch import of EBICS files
@@ -17,7 +17,7 @@ When all EBICS Files have been imported correctly, the Batch Import Log state is
| |
The user can reprocess the imported EBICS files in status 'draft' via the Log object 'REPROCESS' button until all errors have been cleared. The user can reprocess the imported EBICS files in status 'draft' via the Log object 'REPROCESS' button until all errors have been cleared.
As an alternative, the user can force the Batch Import Log state to 'done' As an alternative, the user can force the Batch Import Log state to 'done'
(e.g. when the errors have been circumvented via manual encoding or the reprocessing of a single EBICS file). (e.g. when the errors have been circumvented via manual encoding or the reprocessing of a single EBICS file).

View File

@@ -1,10 +1,10 @@
# Copyright 2022 Noviat. # Copyright 2022 Noviat.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{ {
"name": "EBICS Files batch import", "name": "EBICS Files batch import",
"version": "19.0.1.0.0", "version": "19.0.1.0.0",
"license": "AGPL-3", "license": "LGPL-3",
"author": "Noviat", "author": "Noviat",
"website": "https://www.noviat.com/", "website": "https://www.noviat.com/",
"category": "Accounting & Finance", "category": "Accounting & Finance",

View File

@@ -1,5 +1,5 @@
# Copyright 2022 Noviat. # Copyright 2022 Noviat.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
from sys import exc_info from sys import exc_info
from traceback import format_exception from traceback import format_exception

View File

@@ -362,7 +362,7 @@ ul.auto-toc {
<div class="document"> <div class="document">
<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://www.gnu.org/licenses/lgpl"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a>
<div class="section" id="module-to-enable-batch-import-of-ebics-files"> <div class="section" id="module-to-enable-batch-import-of-ebics-files">
<h1>Module to enable batch import of EBICS files</h1> <h1>Module to enable batch import of EBICS files</h1>
<p>This module adds a cron job for the automated import of EBICS files.</p> <p>This module adds a cron job for the automated import of EBICS files.</p>

View File

@@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg .. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl :target: https://www.gnu.org/licenses/lgpl
:alt: License: AGPL-3 :alt: License: LGPL-3
============================== ==============================
Upload Batch Payment via EBICS Upload Batch Payment via EBICS

View File

@@ -1,15 +1,14 @@
# Copyright 2009-2024 Noviat. # Copyright 2020 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3 or later (https://www.gnu.org/licenses/lgpl).
{ {
"name": "Upload Batch Payment via EBICS", "name": "Upload Batch Payment via EBICS",
"version": "18.0.1.0.0", "version": "19.0.1.0.0",
"license": "LGPL-3", "license": "LGPL-3",
"author": "Noviat", "author": "Noviat",
"website": "https://www.noviat.com/", "website": "https://www.noviat.com/",
"category": "Accounting & Finance", "category": "Accounting & Finance",
"depends": ["account_ebics", "account_batch_payment"], "depends": ["account_ebics", "account_batch_payment"],
"data": ["views/account_batch_payment_views.xml"], "data": ["views/account_batch_payment_views.xml"],
"installable": True,
"images": ["static/description/cover.png"], "images": ["static/description/cover.png"],
} }

View File

@@ -1,5 +1,5 @@
# Copyright 2009-2024 Noviat. # Copyright 2020 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3 or later (https://www.gnu.org/licenses/lgpl).
from odoo import models from odoo import models
from odoo.exceptions import UserError from odoo.exceptions import UserError

View File

@@ -362,7 +362,7 @@ ul.auto-toc {
<div class="document"> <div class="document">
<a class="reference external image-reference" href="https://www.gnu.org/licenses/lgpl"><object data="https://img.shields.io/badge/licence-LGPL--3-blue.svg" type="image/svg+xml">License: AGPL-3</object></a> <a class="reference external image-reference" href="https://www.gnu.org/licenses/lgpl"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a>
<div class="section" id="upload-batch-payment-via-ebics"> <div class="section" id="upload-batch-payment-via-ebics">
<h1>Upload Batch Payment via EBICS</h1> <h1>Upload Batch Payment via EBICS</h1>
<p>This module allows to upload a Batch Payment to the bank via the EBICS protocol.</p> <p>This module allows to upload a Batch Payment to the bank via the EBICS protocol.</p>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<odoo> <odoo>
<record id="view_batch_payment_form" model="ir.ui.view"> <record id="view_batch_payment_form" model="ir.ui.view">
<field name="name">account.batch.payment.form</field> <field name="name">account.batch.payment.form</field>