From 1cd19ce04969057b3342706dc8b22fce4d434f1c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 17 May 2024 07:58:15 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_global_discount/README.rst | 2 +- account_global_discount/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 3e192df0d17..eef6d16cb16 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_global_discount](account_global_discount/) | 16.0.1.0.0 | | Account Global Discount [account_invoice_alternate_payer](account_invoice_alternate_payer/) | 16.0.1.0.0 | | Set a alternate payor/payee in invoices [account_invoice_blocking](account_invoice_blocking/) | 16.0.1.0.1 | | Set a blocking (No Follow-up) flag on invoices [account_invoice_change_currency](account_invoice_change_currency/) | 16.0.1.0.1 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![rolandojduartem](https://github.com/rolandojduartem.png?size=30px)](https://github.com/rolandojduartem) | Allows to change currency of Invoice by wizard diff --git a/account_global_discount/README.rst b/account_global_discount/README.rst index f04c112fcac..eeeac219df2 100644 --- a/account_global_discount/README.rst +++ b/account_global_discount/README.rst @@ -7,7 +7,7 @@ Account Global Discount !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:77963f56e1294a90029d039eea257d74ebffdce8b4b9e44791794fda44824452 + !! source digest: sha256:312de2526fa73647e80871827e1a6cb191aab972ead5a4fb1b88f60e8b82bb4f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_global_discount/static/description/index.html b/account_global_discount/static/description/index.html index fdb89af5a99..0105ec172ee 100644 --- a/account_global_discount/static/description/index.html +++ b/account_global_discount/static/description/index.html @@ -366,7 +366,7 @@

Account Global Discount

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:77963f56e1294a90029d039eea257d74ebffdce8b4b9e44791794fda44824452 +!! source digest: sha256:312de2526fa73647e80871827e1a6cb191aab972ead5a4fb1b88f60e8b82bb4f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Apply global discounts to invoices

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9f77eb860d6..5fae103c869 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240424.0 \ No newline at end of file +16.0.20240517.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 77a43378bfa..e195bf7d61f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ description="Meta package for oca-account-invoicing Odoo addons", version=version, install_requires=[ + 'odoo-addon-account_global_discount>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_alternate_payer>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_blocking>=16.0dev,<16.1dev', 'odoo-addon-account_invoice_change_currency>=16.0dev,<16.1dev',