Metadata-Version: 2.0
Name: odoo9-addon-website-crm-quick-answer
Version: 9.0.1.0.0.99.dev5
Summary: Add an automatic answer for contacts asking for info
Home-page: https://www.tecnativa.com
Author: Tecnativa, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.1a,>=9.0a)

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3

=====================================
Quick answer for website contact form
=====================================

This module was written to extend the functionality of the website contact form
to support sending the interested contact an automatic welcome email and allow
you to customize it.

Configuration
=============

To configure this module, you need to:

* Go to *Settings > Technical > Automation > Automated actions > Quick response
  to website contact form* and edit anything there.

Quicker way to just change the email template (something that most likely you
will want to do):

* Go to *Settings > Technical > Email > Templates*
* Edit the template called *Quick response to website contact form*.

The email response will be sent the next time the *Email Queue Manager* is run.
To choose how often it runs:

* Go to *Settings > Technical > Automation > Scheduled Actions > Email Queue
  Manager > Edit*.

Usage
=====

To use this module, you need to:

* Have an email address in your main company. It will be used as sender
  address.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/186/9.0

Known issues / Roadmap
======================

* The default template is quite basic, you should change that.
* The website form patch found in ``models/crm_lead.py`` was `proposed to Odoo
  and they rejected it <https://github.com/odoo/odoo/pull/15528>`_, so it
  must be maintained here until Odoo 11.0, where it will not be needed anymore.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/website/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

Credits
=======

Contributors
------------

* Rafael Blasco <rafael.blasco@tecnativa.com>
* Jairo Llopis <jairo.llopis@tecnativa.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.


