Search 1.9 billion lines of Odoo code on GitHub

currency_rate_update_reversed

Author: Camptocamp, Brainbean Apps, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: odoogap/currency
Dependencies: account, base, and mail
Languages: HTML (383, 4.9%), PO File (6650, 84.6%), Python (526, 6.7%), XML (184, 2.3%), and reStructuredText (118, 1.5%)

<h1 class="title">Currency Rate Update</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" 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.png" /></a> <a class="reference external" href="https://github.com/OCA/currency/tree/12.0/currency_rate_update"><img alt="OCA/currency" src="https://img.shields.io/badge/github-OCA%2Fcurrency-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/currency-12-0/currency-12-0-currency_rate_update"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/259/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module provides base for building exchange rates providers and bundles following built-in providers:</p> <blockquote> <ul class="simple"> <li><strong>European Central Bank</strong> (ported by Grzegorz Grzelak - OpenGLOBE.pl): reference rates are based on the regular daily query procedure between central banks within and outside the European System of Central Banks, which normally takes place at 2:15 p.m. (14:15) ECB time. Source is in EUR, for more details see <a class="reference external" href="https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html">corresponding ECB page</a>.</li> </ul> </blockquote> <p>This module is compatible with <code>currency_rate_inverted</code> module provided by OCA, that allows to maintain exchange rates in inverted format, helping to resolve rounding issues.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To enable scheduled currency rates update:</p> <p># Go to <em>Invoicing &gt; Configuration &gt; Settings</em> # Ensure <em>Automatic Currency Rates (OCA)</em> is checked</p> <p>To configure currency rates providers:</p> <p># Go to <em>Invoicing &gt; Configuration &gt; Currency Rates Providers</em> # Create and configure one or more providers</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>To update historical currency rates:</p> <p># Go to <em>Invoicing &gt; Configuration &gt; Currency Rates Providers</em> # Select specific providers # Launch <em>Actions &gt; Update Rates Wizard</em> # Configure date interval and click <em>Update</em></p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/currency/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 smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/currency/issues/new?body=module:%20currency_rate_update%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Camptocamp</li> <li>Brainbean Apps</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Nicolas Bessi &lt;<a class="reference external" href="mailto:nicolas.bessi&#64;camptocamp.com">nicolas.bessi&#64;camptocamp.com</a>&gt;</li> <li>Jean-Baptiste Aubort &lt;<a class="reference external" href="mailto:jean-baptiste.aubort&#64;camptocamp.com">jean-baptiste.aubort&#64;camptocamp.com</a>&gt;</li> <li>Joël Grand-Guillaume &lt;<a class="reference external" href="mailto:joel.grandguillaume&#64;camptocamp.com">joel.grandguillaume&#64;camptocamp.com</a>&gt;</li> <li>Grzegorz Grzelak &lt;<a class="reference external" href="mailto:grzegorz.grzelak&#64;openglobe.pl">grzegorz.grzelak&#64;openglobe.pl</a>&gt; (ECB, NBP)</li> <li>Vincent Renaville &lt;<a class="reference external" href="mailto:vincent.renaville&#64;camptocamp.com">vincent.renaville&#64;camptocamp.com</a>&gt;</li> <li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li> <li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li> <li>Lorenzo Battistini &lt;<a class="reference external" href="mailto:lorenzo.battistini&#64;agilebg.com">lorenzo.battistini&#64;agilebg.com</a>&gt; (Port to V7)</li> <li>Agustin Cruz &lt;openpyme.mx&gt; (BdM)</li> <li>Jacque-Etienne Baudoux &lt;<a class="reference external" href="mailto:je&#64;bcim.be">je&#64;bcim.be</a>&gt;</li> <li>Juan Jose Scarafia &lt;<a class="reference external" href="mailto:jjscarafia&#64;paintballrosario.com.ar">jjscarafia&#64;paintballrosario.com.ar</a>&gt;</li> <li>Mathieu Benoi &lt;<a class="reference external" href="mailto:mathben963&#64;gmail.com">mathben963&#64;gmail.com</a>&gt;</li> <li>Fekete Mihai &lt;<a class="reference external" href="mailto:feketemihai&#64;gmail.com">feketemihai&#64;gmail.com</a>&gt; (Port to V8)</li> <li>Dorin Hongu &lt;<a class="reference external" href="mailto:dhongu&#64;gmail.com">dhongu&#64;gmail.com</a>&gt; (BNR)</li> <li>Paul McDermott</li> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis&#64;via.ecp.fr">alexis&#64;via.ecp.fr</a>&gt;</li> <li>Miku Laitinen</li> <li>Assem Bayahi</li> <li>Daniel Dico &lt;<a class="reference external" href="mailto:ddico&#64;oerp.ca">ddico&#64;oerp.ca</a>&gt; (BOC)</li> <li>Dmytro Katyukha &lt;<a class="reference external" href="mailto:firemage.dima&#64;gmail.com">firemage.dima&#64;gmail.com</a>&gt;</li> <li>Jesús Ventosinos Mayor &lt;<a class="reference external" href="mailto:jesus&#64;comunitea.com">jesus&#64;comunitea.com</a>&gt;</li> <li>Alexey Pelykh &lt;<a class="reference external" href="mailto:alexey.pelykh&#64;brainbeanapps.com">alexey.pelykh&#64;brainbeanapps.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/currency/tree/12.0/currency_rate_update">OCA/currency</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>