From 53039357e7a7b330b85d758d6fa5dd5c33332a32 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 3 Sep 2024 08:40:42 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_invoice_block_payment/README.rst | 2 +- account_invoice_block_payment/static/description/index.html | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa8f50f00b5..e990beafe0e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [account_global_discount](account_global_discount/) | 14.0.1.1.0 | | Account Global Discount [account_invoice_alternate_payer](account_invoice_alternate_payer/) | 14.0.1.0.1 | | Set a alternate payor/payee in invoices [account_invoice_base_invoicing_mode](account_invoice_base_invoicing_mode/) | 14.0.1.2.2 | | Base module for handling multiple invoicing mode +[account_invoice_block_payment](account_invoice_block_payment/) | 14.0.1.0.0 | | Module to block payment of invoices [account_invoice_blocking](account_invoice_blocking/) | 14.0.1.0.1 | | Set a blocking (No Follow-up) flag on invoices [account_invoice_change_currency](account_invoice_change_currency/) | 14.0.2.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Allows to change currency of Invoice by wizard [account_invoice_check_picking_date](account_invoice_check_picking_date/) | 14.0.1.0.0 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Check if date of pickings match with invoice date diff --git a/account_invoice_block_payment/README.rst b/account_invoice_block_payment/README.rst index 47051b4ac6a..33f528b11f9 100644 --- a/account_invoice_block_payment/README.rst +++ b/account_invoice_block_payment/README.rst @@ -7,7 +7,7 @@ Account Invoice Payment Block !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:17cd8349dae641670fa0af4128b3fba378f4367584f9ecc41377d84feb628cb1 + !! source digest: sha256:dfa7d590d8da1f4e1a81cbfccc579e9cd285b2576cecfef1034d019e3eb66f2f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_block_payment/static/description/index.html b/account_invoice_block_payment/static/description/index.html index 11b868f7b5c..b2944e324f2 100644 --- a/account_invoice_block_payment/static/description/index.html +++ b/account_invoice_block_payment/static/description/index.html @@ -369,7 +369,7 @@

Account Invoice Payment Block

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:17cd8349dae641670fa0af4128b3fba378f4367584f9ecc41377d84feb628cb1 +!! source digest: sha256:dfa7d590d8da1f4e1a81cbfccc579e9cd285b2576cecfef1034d019e3eb66f2f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index c89af882caf..1451d183b63 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240305.1 \ No newline at end of file +14.0.20240903.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5f103594c69..e4f3e8e5b38 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ 'odoo14-addon-account_global_discount', 'odoo14-addon-account_invoice_alternate_payer', 'odoo14-addon-account_invoice_base_invoicing_mode', + 'odoo14-addon-account_invoice_block_payment', 'odoo14-addon-account_invoice_blocking', 'odoo14-addon-account_invoice_change_currency', 'odoo14-addon-account_invoice_check_picking_date',