[MIG] contract_sale: Migration to 11.0

This commit is contained in:
Levent Karakaş
2018-02-16 13:57:43 +03:00
committed by dsolanki
parent 309205d309
commit 2bf54d83ec
3 changed files with 5 additions and 6 deletions

View File

@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

View File

@@ -1,16 +1,15 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Tecnativa - Luis M. Ontalba # Copyright 2017 Tecnativa - Luis M. Ontalba
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{ {
'name': 'Contract from Sale', 'name': 'Contract from Sale',
'version': '10.0.1.0.0', 'version': '11.0.1.0.0',
'category': 'Sales', 'category': 'Sales',
'author': 'Tecnativa, ' 'author': 'Tecnativa, '
'Odoo Community Association (OCA)', 'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/contract', 'website': 'https://github.com/OCA/contract',
'depends': [ 'depends': [
'sales_team', 'sale_management',
'contract', 'contract',
], ],
'data': [ 'data': [

View File

@@ -3,9 +3,10 @@
<menuitem <menuitem
id="menu_contract_sale" name="Contracts" id="menu_contract_sale" name="Contracts"
parent="sales_team.menu_sales" parent="sale.sale_order_menu"
action="contract.action_account_analytic_overdue_all" action="contract.action_account_analytic_overdue_all"
sequence="150" sequence="2"
groups="sales_team.group_sale_salesman"
/> />
</odoo> </odoo>