You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
728 B
25 lines
728 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Specialty Medical Drugstore, LLC.
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Website Live Chat - First Name",
|
|
"summary": "Shows only the first name of the operator in the website",
|
|
"version": "9.0.1.0.0",
|
|
"category": "Social",
|
|
"website": "https://github.com/OCA/social",
|
|
"author": "SMDrugstore, LasLabs, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"partner_firstname",
|
|
"website_livechat",
|
|
],
|
|
"data": [
|
|
"views/website_livechat_firstname_view.xml",
|
|
],
|
|
"demo": [
|
|
"demo/res_partner_demo.xml",
|
|
],
|
|
}
|