Skip to content

Commit b32092e

Browse files
committed
[BOT] post-merge updates
1 parent 4d5c3b0 commit b32092e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ addon | version | maintainers | summary
5151
[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.
5252
[account_invoice_refund_reinvoice](account_invoice_refund_reinvoice/) | 16.0.1.0.0 | | Allow to Reinvoice a Refund
5353
[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.
54-
[account_invoice_show_currency_rate](account_invoice_show_currency_rate/) | 16.0.1.0.5 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Show currency rate in invoices.
54+
[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.
5555
[account_invoice_supplier_ref_unique](account_invoice_supplier_ref_unique/) | 16.0.1.0.0 | | Checks that supplier invoices are not entered twice
5656
[account_invoice_supplier_self_invoice](account_invoice_supplier_self_invoice/) | 16.0.1.0.0 | | Purchase Self Invoice
5757
[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

account_invoice_show_currency_rate/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account Invoice Show Currency Rate
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:133d38c3bc69817d097cafffcdee83605c75eacfca24cbf9f618ad7c9e7b7c94
10+
!! source digest: sha256:732e5647d108123475f82ec732a29389cd4b9ca0ff54f3f135530ff1ff5fe1c5
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

account_invoice_show_currency_rate/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Account Invoice Show Currency Rate",
55
"summary": "Show currency rate in invoices.",
6-
"version": "16.0.1.0.5",
6+
"version": "16.0.1.0.6",
77
"category": "Accounting & Finance",
88
"website": "https://github.com/OCA/account-invoicing",
99
"author": "Tecnativa, Odoo Community Association (OCA)",

account_invoice_show_currency_rate/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Account Invoice Show Currency Rate</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:133d38c3bc69817d097cafffcdee83605c75eacfca24cbf9f618ad7c9e7b7c94
370+
!! source digest: sha256:732e5647d108123475f82ec732a29389cd4b9ca0ff54f3f135530ff1ff5fe1c5
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/16.0/account_invoice_show_currency_rate"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-account_invoice_show_currency_rate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>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.</p>

0 commit comments

Comments
 (0)