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:
committed by
Víctor Martínez
parent
5d92112e4a
commit
c8f1a86985
@@ -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
|
||||||
|
|||||||
@@ -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': [
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user