diff --git a/README.md b/README.md index 88129b51b2d..95b25fc17f6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ addon | version | maintainers | summary [account_invoice_refund_reason_skip_anglo_saxon](account_invoice_refund_reason_skip_anglo_saxon/) | 16.0.1.0.0 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Account Invoice Refund Reason. [account_invoice_refund_reinvoice](account_invoice_refund_reinvoice/) | 16.0.1.0.0 | | Allow to Reinvoice a Refund [account_invoice_section_sale_order](account_invoice_section_sale_order/) | 16.0.1.0.0 | | For invoices targetting multiple sale order addsections with sale order name. -[account_invoice_show_currency_rate](account_invoice_show_currency_rate/) | 16.0.1.0.6 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Show currency rate in invoices. +[account_invoice_show_currency_rate](account_invoice_show_currency_rate/) | 16.0.1.0.7 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Show currency rate in invoices. [account_invoice_supplier_ref_unique](account_invoice_supplier_ref_unique/) | 16.0.1.0.0 | | Checks that supplier invoices are not entered twice [account_invoice_supplier_self_invoice](account_invoice_supplier_self_invoice/) | 16.0.1.0.0 | | Purchase Self Invoice [account_invoice_supplierinfo_update](account_invoice_supplierinfo_update/) | 16.0.1.1.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | In the supplier invoice, automatically updates all products whose unit price on the line is different from the supplier price diff --git a/account_invoice_show_currency_rate/README.rst b/account_invoice_show_currency_rate/README.rst index 8937a8a935d..9681b5836f3 100644 --- a/account_invoice_show_currency_rate/README.rst +++ b/account_invoice_show_currency_rate/README.rst @@ -7,7 +7,7 @@ Account Invoice Show Currency Rate !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:732e5647d108123475f82ec732a29389cd4b9ca0ff54f3f135530ff1ff5fe1c5 + !! source digest: sha256:5acb08a666fe3c6633d55f8c7237a01bac7edabc47ee5291534a5431378d776f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_show_currency_rate/__manifest__.py b/account_invoice_show_currency_rate/__manifest__.py index 6dd36b23ed0..3d09a78222c 100644 --- a/account_invoice_show_currency_rate/__manifest__.py +++ b/account_invoice_show_currency_rate/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Account Invoice Show Currency Rate", "summary": "Show currency rate in invoices.", - "version": "16.0.1.0.6", + "version": "16.0.1.0.7", "category": "Accounting & Finance", "website": "https://github.com/OCA/account-invoicing", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/account_invoice_show_currency_rate/static/description/index.html b/account_invoice_show_currency_rate/static/description/index.html index 2519afef3d1..94aeac4b09e 100644 --- a/account_invoice_show_currency_rate/static/description/index.html +++ b/account_invoice_show_currency_rate/static/description/index.html @@ -367,7 +367,7 @@

Account Invoice Show Currency Rate

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:732e5647d108123475f82ec732a29389cd4b9ca0ff54f3f135530ff1ff5fe1c5 +!! source digest: sha256:5acb08a666fe3c6633d55f8c7237a01bac7edabc47ee5291534a5431378d776f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-invoicing Translate me on Weblate Try me on Runboat

This module shows the currency rate applied in invoices, so you can visually verify what is going to be applied for the exchange, or which one was applied once converted to company currency.