[MIG] link_tracker_usability to v16

This commit is contained in:
Alexis de Lattre
2023-11-23 11:51:37 +01:00
parent c693ccc62c
commit b8e335fb10
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright 2019-2021 Akretion France (http://www.akretion.com/) Copyright 2019-2023 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com> @author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
--> -->