[MIG] crm_usability from v10 to v14

New module sales_team_usability (remove translation on crm.tag, which
was in crm_usability in v10)
This commit is contained in:
Alexis de Lattre
2021-11-18 10:43:53 +01:00
parent 600acd2f26
commit 878db1d0a1
12 changed files with 80 additions and 108 deletions

View File

@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
# © 2016 Akretion (http://www.akretion.com)
# Copyright 2016-2021 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': 'CRM Usability',
'version': '10.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Customer Relationship Management',
'license': 'AGPL-3',
'summary': 'CRM usability enhancements',
@@ -13,11 +12,6 @@
CRM Usability
=============
Some enhancements in the *Merge Partners* wizard:
* take into account the unaccent option of the server config file
* add optional group by on 'customer' and 'supplier' (active by default)
This module has been written by Alexis de Lattre from Akretion
<alexis.delattre@akretion.com>.
""",
@@ -25,9 +19,7 @@ This module has been written by Alexis de Lattre from Akretion
'website': 'http://www.akretion.com',
'depends': ['crm'],
'data': [
#'wizard/base_partner_merge_view.xml',
'security/crm_security.xml',
'crm_view.xml',
'views/crm_lead.xml',
],
'installable': True,
}