[MIG] link_tracker_usability from v10 to v14

Prepare port of mass_mailing_usability... but no real port for the moment
This commit is contained in:
Alexis de Lattre
2021-11-18 17:18:08 +01:00
parent 1963af114b
commit f3d6b67043
9 changed files with 53 additions and 100 deletions

View File

@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Akretion (http://www.akretion.com)
# Copyright 2019-2021 Akretion France (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Link Tracker Usability',
'version': '10.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Marketing',
'license': 'AGPL-3',
'summary': 'Improve usability for link tracker',
@@ -22,7 +21,7 @@ This module has been written by Alexis de Lattre from Akretion
'website': 'http://www.akretion.com',
'depends': ['link_tracker'],
'data': [
'link_tracker_view.xml',
'views/link_tracker_click.xml',
],
'installable': True,
}