[FIX] contract: change where security is given to group_account_invoice: from contract_sale to contract

This commit is contained in:
Alba Riera
2021-10-07 09:56:09 +02:00
committed by Christopher Rogos
parent c8fc328504
commit d2910c1e5a
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Contract from Sale",
"version": "15.0.1.0.1",
"version": "15.0.1.1.0",
"category": "Sales",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/contract",

View File

@@ -15,8 +15,7 @@
<field
name="groups"
eval="[
(4,ref('sales_team.group_sale_salesman_all_leads')),
(4,ref('account.group_account_invoice'))]"
(4,ref('sales_team.group_sale_salesman_all_leads'))]"
/>
</record>
</odoo>