Port sale_crm_usability to v10

This commit is contained in:
Alexis de Lattre
2017-12-04 16:10:23 +01:00
parent 522d3d5aa0
commit 5d1df0b654
7 changed files with 96 additions and 122 deletions

View File

@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
# © 2016 Akretion (http://www.akretion.com)
# © 2016-2017 Akretion (http://www.akretion.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# @author Alexis de Lattre <alexis.delattre@akretion.com>
{
'name': 'Sale CRM Usability',
'version': '8.0.1.0.0',
'version': '10.0.1.0.0',
'category': 'Customer Relationship Management',
'license': 'AGPL-3',
'summary': 'Link between opportunities and sale orders',
@@ -26,6 +26,9 @@ This module has been written by Alexis de Lattre from Akretion
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['sale_crm'],
'data': ['sale_crm_view.xml'],
'installable': False,
'data': [
'sale_crm_view.xml',
'wizard/crm_lead_lost_view.xml',
],
'installable': True,
}