From e9fd072fc2ceabfb011e94d2bf899dca5af682e6 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 27 Sep 2024 08:24:38 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + sale_invoicing_date_selection/README.rst | 2 +- sale_invoicing_date_selection/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 1f065a4276a..ee912089c4f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ addon | version | maintainers | summary [product_form_account_move_line_link](product_form_account_move_line_link/) | 16.0.1.0.0 | | Adds a button on product forms to access Journal Items [purchase_invoicing_no_zero_line](purchase_invoicing_no_zero_line/) | 16.0.1.0.0 | | Avoid creation of zero quantity invoice lines from purchase [purchase_stock_picking_return_invoicing](purchase_stock_picking_return_invoicing/) | 16.0.1.0.2 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![MiquelRForgeFlow](https://github.com/MiquelRForgeFlow.png?size=30px)](https://github.com/MiquelRForgeFlow) | Add an option to refund returned pickings +[sale_invoicing_date_selection](sale_invoicing_date_selection/) | 16.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Set date invoice when you create invoices [sale_line_refund_to_invoice_qty](sale_line_refund_to_invoice_qty/) | 16.0.1.0.0 | | Allow deciding whether refunded quantity should be considered as quantity to reinvoice [sale_order_invoicing_grouping_criteria](sale_order_invoicing_grouping_criteria/) | 16.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing grouping criteria [sale_order_invoicing_qty_percentage](sale_order_invoicing_qty_percentage/) | 16.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing by percentage of the quantity diff --git a/sale_invoicing_date_selection/README.rst b/sale_invoicing_date_selection/README.rst index 4904f9c549b..c2bf0bebdac 100644 --- a/sale_invoicing_date_selection/README.rst +++ b/sale_invoicing_date_selection/README.rst @@ -7,7 +7,7 @@ Sale Invoicing Date Selection !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6ae7f015d9a75dd612b331df8d80ad2d10b7a8185a8c552bf57ddececc52b7ce + !! source digest: sha256:8bf533e8809743fe5477b45a0e484aba549b8b4fb421fb93e7efc9b76166dab6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_invoicing_date_selection/static/description/index.html b/sale_invoicing_date_selection/static/description/index.html index eb177a65f21..1dfb5ed3c61 100644 --- a/sale_invoicing_date_selection/static/description/index.html +++ b/sale_invoicing_date_selection/static/description/index.html @@ -367,7 +367,7 @@

Sale Invoicing Date Selection

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6ae7f015d9a75dd612b331df8d80ad2d10b7a8185a8c552bf57ddececc52b7ce +!! source digest: sha256:8bf533e8809743fe5477b45a0e484aba549b8b4fb421fb93e7efc9b76166dab6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of sales that allows to set the diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index d7f2ee43f27..ab74f6907ea 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240927.0 \ No newline at end of file +16.0.20240927.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 93c863a0788..99ba3f84236 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -67,6 +67,7 @@ 'odoo-addon-product_form_account_move_line_link>=16.0dev,<16.1dev', 'odoo-addon-purchase_invoicing_no_zero_line>=16.0dev,<16.1dev', 'odoo-addon-purchase_stock_picking_return_invoicing>=16.0dev,<16.1dev', + 'odoo-addon-sale_invoicing_date_selection>=16.0dev,<16.1dev', 'odoo-addon-sale_line_refund_to_invoice_qty>=16.0dev,<16.1dev', 'odoo-addon-sale_order_invoicing_grouping_criteria>=16.0dev,<16.1dev', 'odoo-addon-sale_order_invoicing_qty_percentage>=16.0dev,<16.1dev',