From c563ea892b0aecd264b5dbd2777c0cd0deede195 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 26 Oct 2023 17:41:33 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c230b0572..e7ff25967bf 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ addon | version | maintainers | summary [partner_invoicing_mode](partner_invoicing_mode/) | 16.0.1.0.1 | | Base module for handling multiple partner invoicing mode [partner_invoicing_mode_at_shipping](partner_invoicing_mode_at_shipping/) | 16.0.1.0.1 | | Create invoices automatically when goods are shipped. [partner_invoicing_mode_monthly](partner_invoicing_mode_monthly/) | 16.0.1.0.1 | | Create invoices automatically on a monthly basis. +[portal_account_personal_data_only](portal_account_personal_data_only/) | 16.0.1.0.0 | | Portal Accounting Personal Data Only [purchase_stock_picking_return_invoicing](purchase_stock_picking_return_invoicing/) | 16.0.1.0.1 | [![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_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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 097d116c2cf..3b3f8e2f72e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231026.0 \ No newline at end of file +16.0.20231026.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 1e4df29eea9..8067a729458 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -42,6 +42,7 @@ 'odoo-addon-partner_invoicing_mode>=16.0dev,<16.1dev', 'odoo-addon-partner_invoicing_mode_at_shipping>=16.0dev,<16.1dev', 'odoo-addon-partner_invoicing_mode_monthly>=16.0dev,<16.1dev', + 'odoo-addon-portal_account_personal_data_only>=16.0dev,<16.1dev', 'odoo-addon-purchase_stock_picking_return_invoicing>=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',