Skip to content

Commit 53073e1

Browse files
committed
[BOT] post-merge updates
1 parent 86c6aa1 commit 53073e1

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[account_invoice_pricelist](account_invoice_pricelist/) | 17.0.1.0.1 | | Add partner pricelist on invoices
3030
[account_invoice_refund_link](account_invoice_refund_link/) | 17.0.1.0.1 | | Show links between refunds and their originator invoices.
3131
[account_invoice_section_sale_order](account_invoice_section_sale_order/) | 17.0.2.1.0 | | For invoices targetting multiple sale order addsections with sale order name.
32+
[account_invoice_show_currency_rate](account_invoice_show_currency_rate/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Show currency rate in invoices.
3233
[account_invoice_subscription_per_contact](account_invoice_subscription_per_contact/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Invoice Subscription per contact
3334
[account_invoice_transmit_method](account_invoice_transmit_method/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Configure invoice transmit method (email, post, portal, ...)
3435
[account_invoice_warn_message](account_invoice_warn_message/) | 17.0.1.0.0 | | Add a popup warning on invoice to ensure warning is populated

account_invoice_show_currency_rate/README.rst

+4-4
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:5acb08a666fe3c6633d55f8c7237a01bac7edabc47ee5291534a5431378d776f
10+
!! source digest: sha256:a46eaccd90619d90b57a6c019576e94dc3c861f782c8eff0d79556692f96076c
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -91,10 +91,10 @@ Authors
9191
Contributors
9292
------------
9393

94-
- `Tecnativa <https://www.tecnativa.com>`__:
94+
- `Tecnativa <https://www.tecnativa.com>`__:
9595

96-
- Pedro M. Baeza
97-
- Víctor Martínez
96+
- Pedro M. Baeza
97+
- Víctor Martínez
9898

9999
Maintainers
100100
-----------

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:5acb08a666fe3c6633d55f8c7237a01bac7edabc47ee5291534a5431378d776f
370+
!! source digest: sha256:a46eaccd90619d90b57a6c019576e94dc3c861f782c8eff0d79556692f96076c
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/17.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-17-0/account-invoicing-17-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=17.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

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-account-invoicing"
3-
version = "17.0.20250310.0"
3+
version = "17.0.20250311.0"
44
dependencies = [
55
"odoo-addon-account_global_discount>=17.0dev,<17.1dev",
66
"odoo-addon-account_invoice_block_payment>=17.0dev,<17.1dev",
@@ -10,6 +10,7 @@ dependencies = [
1010
"odoo-addon-account_invoice_pricelist>=17.0dev,<17.1dev",
1111
"odoo-addon-account_invoice_refund_link>=17.0dev,<17.1dev",
1212
"odoo-addon-account_invoice_section_sale_order>=17.0dev,<17.1dev",
13+
"odoo-addon-account_invoice_show_currency_rate>=17.0dev,<17.1dev",
1314
"odoo-addon-account_invoice_subscription_per_contact>=17.0dev,<17.1dev",
1415
"odoo-addon-account_invoice_transmit_method>=17.0dev,<17.1dev",
1516
"odoo-addon-account_invoice_warn_message>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)