[FIX] account_ebics: fix EBICS Manager security group

This commit is contained in:
Luc De Meyer
2026-08-12 16:23:12 +02:00
parent c6edb3ce7d
commit f5dbf1b754
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{
"name": "EBICS banking protocol",
"version": "19.0.1.1.1",
"version": "19.0.1.2.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com/",
+5 -1
View File
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="res_groups_privilege_ebics_manager" model="res.groups.privilege">
<field name="name">EBICS</field>
<field name="category_id" ref="base.module_category_accounting" />
</record>
<record id="group_ebics_manager" model="res.groups">
<field name="name">EBICS Manager</field>
<field name="privilege_id" ref="account.res_groups_privilege_accounting" />
<field name="privilege_id" ref="res_groups_privilege_ebics_manager" />
</record>
<data noupdate="1">