Merge PR #963 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-07-04 15:30:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Contract from Sale",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"category": "Sales",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/contract",
@@ -20,5 +20,5 @@
],
"license": "AGPL-3",
"installable": True,
"auto_install": True,
"auto_install": False,
}

View File

@@ -5,7 +5,7 @@
name="Contracts"
parent="sale.sale_order_menu"
action="contract.action_customer_contract"
sequence="2"
sequence="21"
groups="sales_team.group_sale_salesman"
/>
<record id="contract_contract_form_view" model="ir.ui.view">