mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-08-27 08:52:37 +00:00
[FIX] account_ebics: fix EBICS Manager security group
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "EBICS banking protocol",
|
"name": "EBICS banking protocol",
|
||||||
"version": "19.0.1.1.1",
|
"version": "19.0.1.2.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com/",
|
"website": "https://www.noviat.com/",
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<odoo>
|
<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">
|
<record id="group_ebics_manager" model="res.groups">
|
||||||
<field name="name">EBICS Manager</field>
|
<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>
|
</record>
|
||||||
|
|
||||||
<data noupdate="1">
|
<data noupdate="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user