Port sale_crm_usability to v10
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user