flectra/addons/website_links/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

19 lines
488 B
Python

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