.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3
=====================
Currency Monthly Rate
=====================
This module extends the functionality of base module to support monthly
currency rates.
Usage
=====
To use this module, you need to add the security group 'Monthly currency rates'
to your user, so that a 'Monthly rates' smart button appears on the currency
form view.
In order to compute any amount in another currency using monthly rates, you
only have to pass `monthly_rate=True` in the context of `res.currency.compute`
method :
.. code:: python
to_amount = from_currency.with_context(monthly_rate=True).compute(from_amount, to_currency)
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/259/11.0
Known issues / Roadmap
======================
* Monthly currency rates have to be created manually as no automatic updates
is implemented yet.
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 smash it by providing detailed and welcomed feedback.
Credits
=======
Images
------
* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
Contributors
------------
* Akim Juillerat <akim.juillerat@camptocamp.com>
Do not contact contributors directly about support or help with technical issues.
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/OCA/currency",
"name": "odoo11-addon-currency-monthly-rate",
"maintainer": "",
"docs_url": null,
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"maintainer_email": "",
"keywords": "",
"author": "Camptocamp, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "",
"platform": "",
"description": ".. image:: https://img.shields.io/badge/license-AGPL--3-blue.png\n :target: https://www.gnu.org/licenses/agpl\n :alt: License: AGPL-3\n\n=====================\nCurrency Monthly Rate\n=====================\n\nThis module extends the functionality of base module to support monthly\ncurrency rates.\n\nUsage\n=====\n\nTo use this module, you need to add the security group 'Monthly currency rates'\nto your user, so that a 'Monthly rates' smart button appears on the currency\nform view.\n\nIn order to compute any amount in another currency using monthly rates, you\nonly have to pass `monthly_rate=True` in the context of `res.currency.compute`\nmethod :\n\n.. code:: python\n\n to_amount = from_currency.with_context(monthly_rate=True).compute(from_amount, to_currency)\n\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n :alt: Try me on Runbot\n :target: https://runbot.odoo-community.org/runbot/259/11.0\n\nKnown issues / Roadmap\n======================\n\n* Monthly currency rates have to be created manually as no automatic updates\n is implemented yet.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n<https://github.com/OCA/currency/issues>`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smash it by providing detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.\n\nContributors\n------------\n\n* Akim Juillerat <akim.juillerat@camptocamp.com>\n\nDo not contact contributors directly about support or help with technical issues.\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\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\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
"bugtrack_url": null,
"license": "AGPL-3",
"summary": "Currency Monthly Rate",
"version": "11.0.1.0.0",
"project_urls": {
"Homepage": "https://github.com/OCA/currency"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c2760f91d731f35df814378d98bb45bcc9951d8c559d4ed5cf9ff306686903fd",
"md5": "30393fcb0ed79e9157b102e4d70305b6",
"sha256": "d16a54602746127ef39db018c9e8a3ee95e5573457585ae15b768c1b54b4cd0c"
},
"downloads": -1,
"filename": "odoo11_addon_currency_monthly_rate-11.0.1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "30393fcb0ed79e9157b102e4d70305b6",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 11415,
"upload_time": "2018-05-15T04:30:26",
"upload_time_iso_8601": "2018-05-15T04:30:26.594851Z",
"url": "https://files.pythonhosted.org/packages/c2/76/0f91d731f35df814378d98bb45bcc9951d8c559d4ed5cf9ff306686903fd/odoo11_addon_currency_monthly_rate-11.0.1.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-05-15 04:30:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "currency",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "odoo11-addon-currency-monthly-rate"
}