odoo13-addon-currency-rate-update


Nameodoo13-addon-currency-rate-update JSON
Version 13.0.1.3.1 PyPI version JSON
download
home_pagehttps://github.com/OCA/currency
SummaryUpdate exchange rates using OCA modules
upload_time2023-08-28 11:27:40
maintainer
docs_urlNone
authorCamptocamp, CorporateHub, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================
Currency Rate Update
====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcurrency-lightgray.png?logo=github
    :target: https://github.com/OCA/currency/tree/13.0/currency_rate_update
    :alt: OCA/currency
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/currency-13-0/currency-13-0-currency_rate_update
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
    :target: https://runbot.odoo-community.org/runbot/259/13.0
    :alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5| 

This module provides base for building exchange rates providers and bundles
following built-in providers:

 * **European Central Bank** (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 `corresponding ECB page <https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html>`_.

This module is compatible with ``currency_rate_inverted`` module provided by
OCA, that allows to maintain exchange rates in inverted format, helping to
resolve rounding issues.

**Table of contents**

.. contents::
   :local:

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

To enable scheduled currency rates update:

# Go to *Invoicing > Configuration > Settings*
# Ensure *Automatic Currency Rates (OCA)* is checked

To configure currency rates providers:

# Go to *Invoicing > Configuration > Currency Rates Providers*
# Create and configure one or more providers

Usage
=====

To update historical currency rates:

# Go to *Invoicing > Configuration > Currency Rates Providers*
# Select specific providers
# Launch *Actions > Update Rates Wizard*
# Configure date interval and click *Update*

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/currency/issues>`_.
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
`feedback <https://github.com/OCA/currency/issues/new?body=module:%20currency_rate_update%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Camptocamp
* CorporateHub

Contributors
~~~~~~~~~~~~

* Nicolas Bessi <nicolas.bessi@camptocamp.com>
* Jean-Baptiste Aubort <jean-baptiste.aubort@camptocamp.com>
* Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
* Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl> (ECB, NBP)
* Vincent Renaville <vincent.renaville@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Lorenzo Battistini <lorenzo.battistini@agilebg.com> (Port to V7)
* Agustin Cruz <openpyme.mx> (BdM)
* Jacque-Etienne Baudoux <je@bcim.be>
* Juan Jose Scarafia <jjscarafia@paintballrosario.com.ar>
* Mathieu Benoi <mathben963@gmail.com>
* Fekete Mihai <feketemihai@gmail.com> (Port to V8)
* Dorin Hongu <dhongu@gmail.com> (BNR)
* Paul McDermott
* Alexis de Lattre <alexis@via.ecp.fr>
* Miku Laitinen
* Assem Bayahi
* Daniel Dico <ddico@oerp.ca> (BOC)
* Dmytro Katyukha <firemage.dima@gmail.com>
* Jesús Ventosinos Mayor <jesus@comunitea.com>
* `CorporateHub <https://corporatehub.eu/>`__

  * Alexey Pelykh <alexey.pelykh@corphub.eu>

* `Quartile Limited <https://www.quartile.co/>`__:

  * Tatsuki Kanda <kanda@quartile.co>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

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

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.

This module is part of the `OCA/currency <https://github.com/OCA/currency/tree/13.0/currency_rate_update>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/currency",
    "name": "odoo13-addon-currency-rate-update",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Camptocamp, CorporateHub, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "====================\nCurrency Rate Update\n====================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcurrency-lightgray.png?logo=github\n    :target: https://github.com/OCA/currency/tree/13.0/currency_rate_update\n    :alt: OCA/currency\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/currency-13-0/currency-13-0-currency_rate_update\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n    :target: https://runbot.odoo-community.org/runbot/259/13.0\n    :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module provides base for building exchange rates providers and bundles\nfollowing built-in providers:\n\n * **European Central Bank** (ported by Grzegorz Grzelak - OpenGLOBE.pl):\n   reference rates are based on the regular daily query procedure between\n   central banks within and outside the European System of Central Banks,\n   which normally takes place at 2:15 p.m. (14:15) ECB time. Source is in\n   EUR, for more details see `corresponding ECB page <https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html>`_.\n\nThis module is compatible with ``currency_rate_inverted`` module provided by\nOCA, that allows to maintain exchange rates in inverted format, helping to\nresolve rounding issues.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nTo enable scheduled currency rates update:\n\n# Go to *Invoicing > Configuration > Settings*\n# Ensure *Automatic Currency Rates (OCA)* is checked\n\nTo configure currency rates providers:\n\n# Go to *Invoicing > Configuration > Currency Rates Providers*\n# Create and configure one or more providers\n\nUsage\n=====\n\nTo update historical currency rates:\n\n# Go to *Invoicing > Configuration > Currency Rates Providers*\n# Select specific providers\n# Launch *Actions > Update Rates Wizard*\n# Configure date interval and click *Update*\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/currency/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/currency/issues/new?body=module:%20currency_rate_update%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Camptocamp\n* CorporateHub\n\nContributors\n~~~~~~~~~~~~\n\n* Nicolas Bessi <nicolas.bessi@camptocamp.com>\n* Jean-Baptiste Aubort <jean-baptiste.aubort@camptocamp.com>\n* Jo\u00ebl Grand-Guillaume <joel.grandguillaume@camptocamp.com>\n* Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl> (ECB, NBP)\n* Vincent Renaville <vincent.renaville@camptocamp.com>\n* Yannick Vaucher <yannick.vaucher@camptocamp.com>\n* Guewen Baconnier <guewen.baconnier@camptocamp.com>\n* Lorenzo Battistini <lorenzo.battistini@agilebg.com> (Port to V7)\n* Agustin Cruz <openpyme.mx> (BdM)\n* Jacque-Etienne Baudoux <je@bcim.be>\n* Juan Jose Scarafia <jjscarafia@paintballrosario.com.ar>\n* Mathieu Benoi <mathben963@gmail.com>\n* Fekete Mihai <feketemihai@gmail.com> (Port to V8)\n* Dorin Hongu <dhongu@gmail.com> (BNR)\n* Paul McDermott\n* Alexis de Lattre <alexis@via.ecp.fr>\n* Miku Laitinen\n* Assem Bayahi\n* Daniel Dico <ddico@oerp.ca> (BOC)\n* Dmytro Katyukha <firemage.dima@gmail.com>\n* Jes\u00fas Ventosinos Mayor <jesus@comunitea.com>\n* `CorporateHub <https://corporatehub.eu/>`__\n\n  * Alexey Pelykh <alexey.pelykh@corphub.eu>\n\n* `Quartile Limited <https://www.quartile.co/>`__:\n\n  * Tatsuki Kanda <kanda@quartile.co>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/currency <https://github.com/OCA/currency/tree/13.0/currency_rate_update>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Update exchange rates using OCA modules",
    "version": "13.0.1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/OCA/currency"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50d13fb6a204fd08adb067e5aec4cf64aa92dc509c1a0afd5eef689f7dd37053",
                "md5": "3427784411a28b0400546c4d71794b64",
                "sha256": "962cb3d2815691e5552b5c9b4b0723dd23209828b2ef905779986756a6b48259"
            },
            "downloads": -1,
            "filename": "odoo13_addon_currency_rate_update-13.0.1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3427784411a28b0400546c4d71794b64",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 232382,
            "upload_time": "2023-08-28T11:27:40",
            "upload_time_iso_8601": "2023-08-28T11:27:40.967215Z",
            "url": "https://files.pythonhosted.org/packages/50/d1/3fb6a204fd08adb067e5aec4cf64aa92dc509c1a0afd5eef689f7dd37053/odoo13_addon_currency_rate_update-13.0.1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-28 11:27:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "currency",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo13-addon-currency-rate-update"
}
        
Elapsed time: 0.10895s