Search 1.9 billion lines of Odoo code on GitHub

email_template_cron

Author: AvanzOSC
License: AGPL-3
Branch: 8.0
Repository: adrianrevilla009/odoo-addons
Dependencies: base, and email_template
Languages: PO File (30, 16.0%), Python (80, 42.8%), XML (43, 23.0%), and reStructuredText (34, 18.2%)
Other repositories: ADVALAKI/odoo-addons, BhaktiShah1/odoo-addons, DITIntl/odoo-addons-2, Daniel-CA/odoo-addons, Guobower/odoo-addons-1, HarshalBhoir/odoo-addons-1, OdooBulgaria/odoo-addons-12, OihanaLarranaga/odoo-addons, RL-OtherApps/odoo-addons, RobertaBtt/odoo-addons, Tecnativa/avanzosc-odoo-addons, agaldona/odoo-addons, alfredoavanzosc/odoo-addons, avanzosc/odoo-addons, devcolbj/odoo-addons, eideravanzosc/odoo-addons, erick-alvino/odoo-addons, esthermm/odoo-addons, gameboy199/odoo-addons, gotzonavanzosc/odoo-addons, haylahi/odoo-addons-5, initOS/odoo-addons-1, jason156/odoo-addons, maiteesnal/odoo-addons, marcelsavegnago/odoo-addons-1, marionumza/odoo-addons-2, mikelarre/odoo-addons, mikelurbistondo/odoo-addons, mudismud/odoo-addons-1, oihane/odoo-addons, oycl/odoo-addons, py-web/odoo-addons, royalline1/odoo-addons, suningwz/odoo-addons-4, valenciaricardos/odoo-addons, xantipablo/odoo-addons, and yasmanycastillo/odoo-addons

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="email-template-cron"></a> <h2>Email Template Cron</h2> <p>This module allows scheduling the sending of email templates.</p> <p>When installing this module a cron job is created to process the email templates queue, it will send all those templates that have the check &quot;Active [cron]&quot; set and &quot;Next execution date&quot; is previous than the current. By default this cron is executed hourly.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>In order to select which templates are going to be automatically and periodically sent, user must configure each template by filling some fields:</p> <ul class="simple"> <li>Active [cron] must be set True so the configurator in Advanced Settings tab.</li> <li><dl class="first docutils"> <dt>Configurator has 4 fields:</dt> <dd><ul class="first last"> <li>Interval number</li> <li>Interval type</li> <li>Next execution date</li> <li>Domain, this will be applied in order to make a selection to the applied model. <strong>Example</strong>: [('state','=','draft'),('min_date','&lt;',fields.Datetime.now ())] in a template applied to stock.picking model will send the email only in those pickings that are draft and scheduled date is previous than &quot;now&quot;</li> </ul> </dd> </dl> </li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/avanzosc/odoo-addons/issues">GitHub Issues</a>. 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.</p> <a name="credits"></a> <h3 class="with-subtitle">Credits</h3> <h3 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h3> <ul class="simple"> <li>Oihane Crucelaegui &lt;<a class="reference external" href="mailto:oihanecrucelaegi&#64;avanzosc.es">oihanecrucelaegi&#64;avanzosc.es</a>&gt;</li> <li>Ana Juaristi &lt;<a class="reference external" href="mailto:anajuaristi&#64;avanzosc.es">anajuaristi&#64;avanzosc.es</a>&gt;</li> </ul>