flectra/addons/website_links/__manifest__.py

21 lines
549 B
Python

{
'name': 'Website Link Tracker',
'author': 'Odoo S.A.',
'category': 'Hidden',
'description': """
Website interface to create short and trackable URLs.
=====================================================
""",
'version': '1.0',
'depends': ['website', 'link_tracker'],
'data': [
'views/link_tracker.xml',
'views/website_links_template.xml',
'views/website_links_graphs.xml',
'security/ir.model.access.csv',
],
'qweb': ['static/src/xml/*.xml'],
'auto_install': True,
}