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>This question has been flagged
10282
डेटा देखने का तरीका
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
|
0
सित॰ 23
|
8301 | ||
|
Insert query in odoo 13
Solved
|
|
1
जुल॰ 20
|
6728 | |
|
|
3
जन॰ 20
|
14853 | ||
|
|
0
मार्च 15
|
4793 | ||
|
|
0
मार्च 15
|
5089 |
The message is self-explanatory.