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>Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухоблік
- Склад
- PoS
- Project
- MRP
Це запитання позначене
8838
Переглядів
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 | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
|
0
вер. 23
|
6986 | ||
|
Insert query in odoo 13
Вирішено
|
|
1
лип. 20
|
5558 | |
|
|
3
січ. 20
|
13533 | ||
|
|
0
бер. 15
|
3767 | ||
|
|
0
бер. 15
|
4150 |
The message is self-explanatory.