Metadata-Version: 2.1
Name: odoo-addon-currency_old_rate_notify
Version: 18.0.1.0.0.4
Requires-Python: >=3.10
Requires-Dist: odoo-addon-web_notify==18.0.*
Requires-Dist: odoo==18.0.*
Summary: Notify accounting managers when currency rates are too old
Home-page: https://github.com/OCA/currency
License: AGPL-3
Author: Akretion,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

========================
Currency Old Rate Notify
========================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:8504fbdf3dce1f837dd0befc546b594509d07c85db059940bad1e911a5078706
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-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/18.0/currency_old_rate_notify
    :alt: OCA/currency
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/currency-18-0/currency-18-0-currency_old_rate_notify
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/currency&target_branch=18.0
    :alt: Try me on Runboat

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

This module notifies users of the group *Billing Administrator* when
currency rates are older than 3 days (this default number of days can be
modified).

|image1|

When Odoo converts an amount to another currency at date D in company C,
it takes the currency rate of company C (or with an empty *Company*
field) that is dated date D or the closest rate before date D. But Odoo
doesn't say anything when there is no rate on date D and the closest
rate before date D is far away in the past. This is a real problem
because the converted amount may be irrelevant!

This module provides a daily monitoring of the necessity to always have
up-to-date rates in your Odoo database.

If the user is allowed in several companies, the notification pop-up
will display, for each currency, in which companies the lastest rate is
too old.

.. |image1| image:: https://raw.githubusercontent.com/OCA/currency/18.0/currency_old_rate_notify/static/description/notify_old_rates.png

**Table of contents**

.. contents::
   :local:

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

Go to the menu *Invoicing > Configuration > Settings*: in the
**Currencies** section, you can change the limit above which users
receive a warning if the last currency rate is older than this number of
days (3 by default).

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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/currency/issues/new?body=module:%20currency_old_rate_notify%0Aversion:%2018.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
-------

* Akretion

Contributors
------------

- Alexis de Lattre <alexis.delattre@akretion.com>

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.

.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
    :target: https://github.com/alexis-via
    :alt: alexis-via

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via| 

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

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