From 965e6177b6a0580978a4ef43d49eb339cdd38708 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 13 Jul 2024 13:50:20 +0200 Subject: [PATCH] add index.html --- .../static/description/index.html | 407 ++++++++++++++++++ .../static/description/index.html | 387 +++++++++++++++++ .../static/description/index.html | 380 ++++++++++++++++ .../static/description/index.html | 380 ++++++++++++++++ .../static/description/index.html | 390 +++++++++++++++++ 5 files changed, 1944 insertions(+) create mode 100644 account_ebics_batch/static/description/index.html create mode 100644 account_ebics_batch_payment/static/description/index.html create mode 100644 account_ebics_oca_statement_import/static/description/index.html create mode 100644 account_ebics_oe/static/description/index.html create mode 100644 account_ebics_payment_order/static/description/index.html diff --git a/account_ebics_batch/static/description/index.html b/account_ebics_batch/static/description/index.html new file mode 100644 index 0000000..31b3112 --- /dev/null +++ b/account_ebics_batch/static/description/index.html @@ -0,0 +1,407 @@ + + + + + + +README.rst + + + +
+ + +License: AGPL-3 +
+

Module to enable batch import of EBICS files

+

This module adds a cron job for the automated import of EBICS files.

+
+

+
+

A Log is created during the import in order to document import errors. +If errors have been detected, the Batch Import Log state is set to 'error'.

+

When all EBICS Files have been imported correctly, the Batch Import Log state is set to 'done'.

+
+

+
+

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' +(e.g. when the errors have been circumvented via manual encoding or the reprocessing of a single EBICS file).

+
+

+
+
+

Configuration

+

Adapt the 'EBICS Batch Import' ir.cron job created during the module installation.

+

The cron job calls the following python method:

+
+

+
+
+_batch_import()
+
+

The EBICS download will be performed on all confirmed EBICS connections.

+

You can limit the automated operation to a subset of your EBICS connections via the ebics_config_ids parameter, e.g.

+
+

+
+
+_batch_import(ebics_config_ids=[1,3])
+
+
+
+
+ + diff --git a/account_ebics_batch_payment/static/description/index.html b/account_ebics_batch_payment/static/description/index.html new file mode 100644 index 0000000..f64b449 --- /dev/null +++ b/account_ebics_batch_payment/static/description/index.html @@ -0,0 +1,387 @@ + + + + + + +README.rst + + + +
+ + +License: AGPL-3 +
+

Upload Batch Payment via EBICS

+

This module allows to upload a Batch Payment to the bank via the EBICS protocol.

+
+

Installation

+

This module depends upon the following modules:

+ +
+
+

Usage

+

Create your Batch Payment and generate the bank file. +Upload the generated file via the 'EBICS Upload' button on the batch payment.

+
+
+
+ + diff --git a/account_ebics_oca_statement_import/static/description/index.html b/account_ebics_oca_statement_import/static/description/index.html new file mode 100644 index 0000000..0d4fd29 --- /dev/null +++ b/account_ebics_oca_statement_import/static/description/index.html @@ -0,0 +1,380 @@ + + + + + + +README.rst + + + +
+ + +License: LGPL-3 +
+

Deploy account_ebics module with OCA Bank Statement Import

+

This module makes it possible to use the OCA account_statement_import wizard +in combination with 'account_ebics'.

+

This module will be installed automatically when following modules are activated +on your odoo database :

+
    +
  • account_ebics
  • +
  • account_statement_import_file
  • +
+
+
+ + diff --git a/account_ebics_oe/static/description/index.html b/account_ebics_oe/static/description/index.html new file mode 100644 index 0000000..f597d4e --- /dev/null +++ b/account_ebics_oe/static/description/index.html @@ -0,0 +1,380 @@ + + + + + + +README.rst + + + +
+ + +License: LGPL-3 +
+

Deploy account_ebics module on Odoo Enterprise

+

This module makes it possible to deploy the 'account_ebics' +module on Odoo Enterprise.

+

This module will be installed automatically when following modules are activated +on your odoo database :

+
    +
  • account_ebics
  • +
  • account_accountant
  • +
+
+
+ + diff --git a/account_ebics_payment_order/static/description/index.html b/account_ebics_payment_order/static/description/index.html new file mode 100644 index 0000000..3ef020f --- /dev/null +++ b/account_ebics_payment_order/static/description/index.html @@ -0,0 +1,390 @@ + + + + + + +README.rst + + + +
+ + +License: AGPL-3 +
+

Upload Payment Order via EBICS

+

This module allows to upload a Payment Order to the bank via the EBICS protocol.

+
+

Installation

+

This module depends upon the following modules (cf. apps.odoo.com):

+
    +
  • account_ebics
  • +
  • account_payment_order
  • +
+
+
+

Configuration

+

Set the EBICS File Format on your Payment Modes.

+
+
+

Usage

+

Create your Payment Order and generate the bank file. +Upload the generated file via the 'EBICS Upload' button on the payment order.

+
+
+
+ +