mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] contract: change where security is given to group_account_invoice: from contract_sale to contract
This commit is contained in:
committed by
Christopher Rogos
parent
c8fc328504
commit
d2910c1e5a
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Contract from Sale",
|
"name": "Contract from Sale",
|
||||||
"version": "15.0.1.0.1",
|
"version": "15.0.1.1.0",
|
||||||
"category": "Sales",
|
"category": "Sales",
|
||||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/contract",
|
"website": "https://github.com/OCA/contract",
|
||||||
|
|||||||
@@ -15,8 +15,7 @@
|
|||||||
<field
|
<field
|
||||||
name="groups"
|
name="groups"
|
||||||
eval="[
|
eval="[
|
||||||
(4,ref('sales_team.group_sale_salesman_all_leads')),
|
(4,ref('sales_team.group_sale_salesman_all_leads'))]"
|
||||||
(4,ref('account.group_account_invoice'))]"
|
|
||||||
/>
|
/>
|
||||||
</record>
|
</record>
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user