[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/licence-LGPL--3-blue.svg
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl
:alt: License: AGPL-3
:alt: License: LGPL-3
==============================
Upload Batch Payment via EBICS

View File

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

View File

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

View File

@@ -362,7 +362,7 @@ ul.auto-toc {
<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">
<h1>Upload Batch Payment via EBICS</h1>
<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>
<record id="view_batch_payment_form" model="ir.ui.view">
<field name="name">account.batch.payment.form</field>