flectra/addons/website_customer/__manifest__.py
2018-01-16 16:38:17 +05:30

32 lines
815 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'Customer References',
'author': 'Odoo S.A.',
'category': 'Website',
'website': 'https://flectrahq.com/page/website-builder',
'summary': 'Publish Your Customer References',
'version': '1.0',
'description': """
Odoo Customer References
===========================
""",
'depends': [
'website_crm_partner_assign',
'website_partner',
'website_google_map',
],
'demo': [
'data/res_partner_demo.xml',
],
'data': [
'views/website_customer_templates.xml',
'views/res_partner_views.xml',
'security/ir.model.access.csv',
'security/ir_rule.xml',
],
'qweb': [],
'installable': True,
}