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',