Search 1.9 billion lines of Odoo code on GitHub

formio_mail

Author: Nova Code
License: LGPL-3
Branch: patch-3
Repository: lieblinger/odoo-formio
Dependencies: formio, formio_components_synchronizer, formio_report_qweb, and mail
Languages: HTML (66, 15.5%), Markdown (47, 11.0%), Python (228, 53.5%), and XML (85, 20.0%)
Other branches: 11.0, 11.0-search, 14.0-fix-dg, 14.0-mail, patch-2, and patch-4
Other repositories: bobslee/odoo-formio, and novacode-nl/odoo-formio

<h1>Forms | Mail</h1> <p>This module aims to extend the Odoo Forms stack with features, such as:</p> <ul> <li>Send submitted forms as PDF to mail recipients</li> <li>Mail recipients can be specified in three ways: <ul> <li>Static mail address</li> <li>Use partner mail address (contacts)</li> <li>A user can specify the recipient in a form component</li> </ul></li> <li>Every form builder can have a mail.template</li> </ul> <h1>Specify Recipients</h1> <p>In the <b>Form Builder &quot;Mail&quot; tab,</b> the recipients shall be determined by the following configuration possibilities.</p> <p><img src="./static/description/formio_builder_mail_settings.png" alt="Mail settings"></p> <h1>Specify Recipients</h1> <h2>Using Partner Entry</h2> <p>Select one or multiple partner entries in the field Partner.</p> <p>The extension tries to access the partner.email field. If the partner has a valid mail address the plugin will send the form after submission, to specified partner&#39;s. Also partner&#39;s language will be selected in template context.</p> <h2>Using Fixed Addresses</h2> <p>Specify one or multiple (comma-separated) mail addresses in the field Addresses.</p> <p>The extension computes entered mail addresses and if they&#39;re valid the plugin will send the form after submission, to specified recipients.</p> <p>It&#39;s a great feature for fixed, group or shared mail addresses.</p> <h2>Using Form Components</h2> <p>Select form components from the (many2many) field Form.</p> <p>The extension computes the value of the specified form components after submission and if the value of a components holds a valid mail address it tries to send a PDF report.</p> <h2>Supported Fields</h2> <p>The following form components are supported and working:</p> <ul> <li>datagrid</li> <li>email</li> <li>select</li> <li>selectboxes</li> <li>textfield</li> </ul> <h1>Authors and Contributors</h1> <ul> <li>Nova Code</li> <li>Yannik Lieblinger</li> </ul>