flectra/addons/utm/__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

18 lines
389 B
Python

{
'name': 'UTM Trackers',
'category': 'Hidden',
'description': """
Enable UTM trackers in shared links.
=====================================================
""",
'version': '1.0',
'depends': ['base'],
'data': [
'security/ir.model.access.csv',
'views/utm.xml',
'data/utm_data.xml'
],
'demo': [],
'auto_install': False,
}