Metadata-Version: 2.1
Name: odoo-addon-currency_rate_update_bcv
Version: 18.0.1.0.0.1
Requires-Python: >=3.10
Requires-Dist: odoo-addon-currency_rate_update==18.0.*
Requires-Dist: odoo==18.0.*
Summary: Currency rate provider for BCV (Banco Central de Venezuela)
Home-page: https://github.com/OCA/l10n-venezuela
License: AGPL-3
Author: =?utf-8?q?Luis_Pinz=C3=B3n=2C_Anderson_Armeya=2C_andyengit=2C_Odoo_Community_Association_=28OCA=29?=
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
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/x-rst

==========================
Currency Rate Provider BCV
==========================

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

.. |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%2Fl10n--venezuela-lightgray.png?logo=github
    :target: https://github.com/OCA/l10n-venezuela/tree/18.0/currency_rate_update_bcv
    :alt: OCA/l10n-venezuela
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/l10n-venezuela-18-0/l10n-venezuela-18-0-currency_rate_update_bcv
    :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/l10n-venezuela&target_branch=18.0
    :alt: Try me on Runboat

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

Update Venezuelan official exchange rates by scraping the Banco Central
de Venezuela (BCV) website.

The provider reads today's published rates for USD, EUR, CNY, TRY and
RUB and stores them in Odoo as inverse rates (company currency VES).

**Table of contents**

.. contents::
   :local:

Use Cases / Context
===================

Venezuelan companies need the official BCV rate to value
foreign-currency documents. The BCV publishes that rate on its public
website, not through a stable API.

This module is the OCA provider for that source. It must live in
``l10n-venezuela`` because it is country-specific, not a generic
currency connector.

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

1. Install ``currency_rate_update`` (OCA/currency) and this module.
2. Activate USD (and any other supported currency you need).
3. Set the company currency to VES.
4. Go to **Invoicing > Configuration > Currency Rates Providers**.
5. Create a provider, choose **BCV scrapping**, and select the
   currencies to update (USD, EUR, CNY, TRY, RUB).
6. Optionally enable scheduled updates on the provider.

Usage
=====

1. Open **Invoicing > Configuration > Currency Rates Providers**.
2. Select the BCV provider.
3. Use **Update Currency Rates**. The BCV site only publishes today's
   official rate; the date range on the wizard does not fetch history.
4. Check **Accounting > Configuration > Currencies** (or the currency
   rates list) to confirm the new rates.

The stored rate is the inverse of the BCV quotation (VES per foreign
unit), which is the Odoo direct rate when the company currency is VES.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-venezuela/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/l10n-venezuela/issues/new?body=module:%20currency_rate_update_bcv%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
-------

* Luis Pinzón
* Anderson Armeya
* andyengit

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

- Luis Pinzón elpinzon@gmail.com
- Anderson Armeya
- andyengit

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-lapinzon| image:: https://github.com/lapinzon.png?size=40px
    :target: https://github.com/lapinzon
    :alt: lapinzon
.. |maintainer-andyengit| image:: https://github.com/andyengit.png?size=40px
    :target: https://github.com/andyengit
    :alt: andyengit

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

|maintainer-lapinzon| |maintainer-andyengit| 

This module is part of the `OCA/l10n-venezuela <https://github.com/OCA/l10n-venezuela/tree/18.0/currency_rate_update_bcv>`_ project on GitHub.

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