Skip to content

Commit 4069a82

Browse files
committed
[BOT] post-merge updates
1 parent c40cc26 commit 4069a82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ addon | version | maintainers | summary
2727
[account_payment_return](account_payment_return/) | 17.0.1.2.2 | | Manage the return of your payments
2828
[account_payment_return_import](account_payment_return_import/) | 17.0.1.0.0 | | This module adds a generic wizard to import payment returnfile formats. Is only the base to be extended by anothermodules
2929
[account_payment_return_import_iso20022](account_payment_return_import_iso20022/) | 17.0.1.0.1 | | This addon allows to import payment returns from ISO 20022 files like PAIN or CAMT.
30-
[account_payment_term_extension](account_payment_term_extension/) | 17.0.1.0.4 | | Adds rounding, months, weeks and multiple payment days properties on payment term lines
30+
[account_payment_term_extension](account_payment_term_extension/) | 17.0.1.0.5 | | Adds rounding, months, weeks and multiple payment days properties on payment term lines
3131
[account_payment_term_security](account_payment_term_security/) | 17.0.1.0.0 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Payment Term Security
3232
[account_payment_widget_amount](account_payment_widget_amount/) | 17.0.1.0.0 | | Extends the payment widget to be able to choose the payment amount
3333
[partner_aging](partner_aging/) | 17.0.1.0.0 | <a href='https://github.com/Urvisha-OSI'><img src='https://github.com/Urvisha-OSI.png' width='32' height='32' style='border-radius:50%;' alt='Urvisha-OSI'/></a> | Aging as a view - invoices and credits

account_payment_term_extension/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Payment Term Extension
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:f3f2f935297a91b1e751a34d08910f9e4868dfd2266b3454895236b8fcc5f123
14+
!! source digest: sha256:4983d9e6fa386ddf9d155c4f3dd6e0d0eabaf6f98f222b20d2f9ef8307e413e9
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

account_payment_term_extension/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{
77
"name": "Payment Term Extension",
8-
"version": "17.0.1.0.4",
8+
"version": "17.0.1.0.5",
99
"category": "Accounting & Finance",
1010
"summary": "Adds rounding, months, weeks and multiple payment days "
1111
"properties on payment term lines",

account_payment_term_extension/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Payment Term Extension</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:f3f2f935297a91b1e751a34d08910f9e4868dfd2266b3454895236b8fcc5f123
375+
!! source digest: sha256:4983d9e6fa386ddf9d155c4f3dd6e0d0eabaf6f98f222b20d2f9ef8307e413e9
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-payment/tree/17.0/account_payment_term_extension"><img alt="OCA/account-payment" src="https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-payment-17-0/account-payment-17-0-account_payment_term_extension"><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-payment&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module extends the functionality of payment terms to:</p>

0 commit comments

Comments
 (0)