diff --git a/account_ebics/README.rst b/account_ebics/README.rst
index 1e8ac2e..bb9f14d 100644
--- a/account_ebics/README.rst
+++ b/account_ebics/README.rst
@@ -215,4 +215,5 @@ Known Issues / Roadmap
- 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.
+- Electronic Distributed Signature (EDS) is not supported in the current version of this module.
diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py
index 1b0d5d1..4afd992 100644
--- a/account_ebics/__manifest__.py
+++ b/account_ebics/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "EBICS banking protocol",
- "version": "16.0.1.1.0",
+ "version": "16.0.1.2.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",
@@ -18,6 +18,7 @@
"views/ebics_userid_views.xml",
"views/ebics_file_format_views.xml",
"wizards/ebics_change_passphrase.xml",
+ "wizards/ebics_admin_order.xml",
"wizards/ebics_xfer.xml",
"views/menu.xml",
],
diff --git a/account_ebics/security/ir.model.access.csv b/account_ebics/security/ir.model.access.csv
index 9c2ae17..97d1f3f 100644
--- a/account_ebics/security/ir.model.access.csv
+++ b/account_ebics/security/ir.model.access.csv
@@ -10,3 +10,4 @@ access_ebics_file_user,ebics_file user,model_ebics_file,account.group_account_in
access_ebics_change_passphrase,access_ebics_change_passphrase,model_ebics_change_passphrase,group_ebics_manager,1,1,1,0
access_ebics_xfer,access_ebics_xfer,model_ebics_xfer,account.group_account_invoice,1,1,1,0
+access_ebics_admin_order,access_ebics_admin_order,model_ebics_admin_order,group_ebics_manager,1,1,1,0
diff --git a/account_ebics/static/description/index.html b/account_ebics/static/description/index.html
index 1b996fb..b9815df 100644
--- a/account_ebics/static/description/index.html
+++ b/account_ebics/static/description/index.html
@@ -564,6 +564,7 @@ You can also find this information in the doc folder of this module (file EBICS_
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.
+
Electronic Distributed Signature (EDS) is not supported in the current version of this module.