mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-04-26 07:36:51 +00:00
[MIG] account_ebics_batch_payment: Migration to 19.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user