28 lines
779 B
Python
28 lines
779 B
Python
# 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": "14.0.1.0.0",
|
|
"category": "Marketing",
|
|
"license": "AGPL-3",
|
|
"summary": "Improve usability for link tracker",
|
|
"description": """
|
|
Link Tracker Usability
|
|
======================
|
|
|
|
Several small usability improvements.
|
|
|
|
This module has been written by Alexis de Lattre from Akretion
|
|
<alexis.delattre@akretion.com>.
|
|
""",
|
|
"author": "Akretion",
|
|
"website": "https://github.com/OCA/odoo-usability",
|
|
"depends": ["link_tracker"],
|
|
"data": [
|
|
"views/link_tracker_click.xml",
|
|
],
|
|
"installable": True,
|
|
}
|