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

24 lines
808 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Sales Channels',
'version': '1.0',
'category': 'Sales',
'summary': 'Sales Channels',
'description': """
Using this application you can manage Sales Channels with CRM and/or Sales
===========================================================================
""",
'website': 'https://www.odoo.com/page/crm',
'depends': ['base', 'mail'],
'data': ['security/sales_team_security.xml',
'security/ir.model.access.csv',
'data/sales_team_data.xml',
'views/crm_team_views.xml',
'views/sales_team_dashboard.xml',
],
'demo': ['data/sales_team_demo.xml'],
'installable': True,
'auto_install': False,
}