mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -32,6 +32,7 @@ addon | version | maintainers | summary
|
||||
[account_payment_mode_default_account](account_payment_mode_default_account/) | 14.0.1.0.0 | | Set Receivable or Payable account according to payment mode
|
||||
[account_payment_order](account_payment_order/) | 14.0.2.5.2 | | Account Payment Order
|
||||
[account_payment_order_grouped_output](account_payment_order_grouped_output/) | 14.0.1.0.1 | | Account Payment Order - Generate grouped moves
|
||||
[account_payment_order_lock_draft](account_payment_order_lock_draft/) | 14.0.1.0.0 | [](https://github.com/marcelsavegnago) [](https://github.com/kaynnan) | Account Payment Order Lock Draft
|
||||
[account_payment_order_notification](account_payment_order_notification/) | 14.0.1.6.0 | [](https://github.com/victoralmau) | Account Payment Order Notification
|
||||
[account_payment_order_return](account_payment_order_return/) | 14.0.1.0.2 | | Account Payment Order Return
|
||||
[account_payment_order_sequence_payment_mode](account_payment_order_sequence_payment_mode/) | 14.0.1.0.0 | | Account Payment Order Sequence Payment Mode
|
||||
|
||||
@@ -7,7 +7,7 @@ Account Payment Order Lock Draft
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:3f92f29d95bdee2b4c64e55895ba86f2e130dc9657dbdd0c0ae637acb52f575f
|
||||
!! source digest: sha256:0b5c023898bdded14eec140afbba48b01282e43ac47e387642d3ec73ea857004
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
@@ -366,7 +366,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:3f92f29d95bdee2b4c64e55895ba86f2e130dc9657dbdd0c0ae637acb52f575f
|
||||
!! source digest: sha256:0b5c023898bdded14eec140afbba48b01282e43ac47e387642d3ec73ea857004
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/bank-payment/tree/14.0/account_payment_order_lock_draft"><img alt="OCA/bank-payment" src="https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order_lock_draft"><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/bank-payment&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module adds functionality that prevents invoices from being reset to the draft status if they are linked to a Payment Order that is in progress.</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
14.0.20230208.0
|
||||
14.0.20240510.0
|
||||
@@ -19,6 +19,7 @@ setuptools.setup(
|
||||
'odoo14-addon-account_payment_mode_default_account',
|
||||
'odoo14-addon-account_payment_order',
|
||||
'odoo14-addon-account_payment_order_grouped_output',
|
||||
'odoo14-addon-account_payment_order_lock_draft',
|
||||
'odoo14-addon-account_payment_order_notification',
|
||||
'odoo14-addon-account_payment_order_return',
|
||||
'odoo14-addon-account_payment_order_sequence_payment_mode',
|
||||
|
||||
Reference in New Issue
Block a user