Skip to Content
Menu
This question has been flagged
7580 Views
ParseError: "duplicate key value violates unique constraint "res_groups_name_uniq"
DETAIL:  Key (category_id, name)=(34, Billing) already exists.
" while parsing /home/vivek/Desktop/Odoo/odoo/my-modules/accounting/security/account_security.xml:5, near
<record id="group_account_invoice" model="res.groups">
        <field name="name">Billing</field>
        <field name="category_id" ref="base.module_category_accounting_and_finance"/>
        <field name="implied_ids" eval="[(4, ref('base.group_user'))]"/>
    </record>
Avatar
Discard

The message is self-explanatory.

Related Posts Replies Views Activity
0
Sep 23
5734
1
Jul 20
4560
3
Jan 20
12233
0
Mar 15
2854
0
Mar 15
2974