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>لقد تم الإبلاغ عن هذا السؤال
10187
أدوات العرض
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
0
سبتمبر 23
|
8220 | ||
|
Insert query in odoo 13
تم الحل
|
|
1
يوليو 20
|
6633 | |
|
|
3
يناير 20
|
14772 | ||
|
|
0
مارس 15
|
4709 | ||
|
|
0
مارس 15
|
5030 |
The message is self-explanatory.