Skip to content

Commit 519ae21

Browse files
committed
[BOT] post-merge updates
1 parent b087b55 commit 519ae21

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ addon | version | maintainers | summary
8787
[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
8888
[purchase_invoicing_no_zero_line](purchase_invoicing_no_zero_line/) | 16.0.1.0.0 | | Avoid creation of zero quantity invoice lines from purchase
8989
[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
90+
[sale_credit_note_reversal](sale_credit_note_reversal/) | 16.0.1.0.0 | | Allow to revert a credit note
9091
[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
9192
[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
9293
[sale_order_invoicing_grouping_criteria](sale_order_invoicing_grouping_criteria/) | 16.0.1.0.1 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing grouping criteria

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20250303.0
1+
16.0.20250303.1

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
'odoo-addon-product_form_account_move_line_link>=16.0dev,<16.1dev',
7575
'odoo-addon-purchase_invoicing_no_zero_line>=16.0dev,<16.1dev',
7676
'odoo-addon-purchase_stock_picking_return_invoicing>=16.0dev,<16.1dev',
77+
'odoo-addon-sale_credit_note_reversal>=16.0dev,<16.1dev',
7778
'odoo-addon-sale_invoicing_date_selection>=16.0dev,<16.1dev',
7879
'odoo-addon-sale_line_refund_to_invoice_qty>=16.0dev,<16.1dev',
7980
'odoo-addon-sale_order_invoicing_grouping_criteria>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)