mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_sale: Migration to 11.0
This commit is contained in:
@@ -1,2 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
{
|
||||
'name': 'Contract from Sale',
|
||||
'version': '10.0.1.0.0',
|
||||
'version': '11.0.1.0.0',
|
||||
'category': 'Sales',
|
||||
'author': 'Tecnativa, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/contract',
|
||||
'depends': [
|
||||
'sales_team',
|
||||
'sale_management',
|
||||
'contract',
|
||||
],
|
||||
'data': [
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
|
||||
<menuitem
|
||||
id="menu_contract_sale" name="Contracts"
|
||||
parent="sales_team.menu_sales"
|
||||
parent="sale.sale_order_menu"
|
||||
action="contract.action_account_analytic_overdue_all"
|
||||
sequence="150"
|
||||
sequence="2"
|
||||
groups="sales_team.group_sale_salesman"
|
||||
/>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user