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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Specialty Medical Drugstore, LLC.
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  4. {
  5. "name": "Website Live Chat - First Name",
  6. "summary": "Shows only the first name of the operator in the website",
  7. "version": "9.0.1.0.0",
  8. "category": "Social",
  9. "website": "https://github.com/OCA/social",
  10. "author": "SMDrugstore, LasLabs, Odoo Community Association (OCA)",
  11. "license": "LGPL-3",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "partner_firstname",
  16. "website_livechat",
  17. ],
  18. "data": [
  19. "views/website_livechat_firstname_view.xml",
  20. ],
  21. "demo": [
  22. "demo/res_partner_demo.xml",
  23. ],
  24. }