Skip to content

Commit 1ecb34f

Browse files
committed
[BOT] post-merge updates
1 parent b6297a9 commit 1ecb34f

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ addon | version | maintainers | summary
2727
[account_move_cancel_confirm](account_move_cancel_confirm/) | 18.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Account Move Cancel Confirm
2828
[purchase_stock_picking_return_invoicing](purchase_stock_picking_return_invoicing/) | 18.0.1.0.0 | [![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
2929
[sale_order_invoicing_grouping_criteria](sale_order_invoicing_grouping_criteria/) | 18.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing grouping criteria
30+
[stock_picking_return_refund_option](stock_picking_return_refund_option/) | 18.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Update the refund options in pickings
3031

3132
[//]: # (end addons)
3233

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
22
name = "odoo-addons-oca-account-invoicing"
3-
version = "18.0.20250226.0"
3+
version = "18.0.20250303.0"
44
dependencies = [
55
"odoo-addon-account_invoice_fiscal_position_update==18.0.*",
66
"odoo-addon-account_invoice_refund_link==18.0.*",
77
"odoo-addon-account_invoice_show_currency_rate==18.0.*",
88
"odoo-addon-account_move_cancel_confirm==18.0.*",
99
"odoo-addon-purchase_stock_picking_return_invoicing==18.0.*",
1010
"odoo-addon-sale_order_invoicing_grouping_criteria==18.0.*",
11+
"odoo-addon-stock_picking_return_refund_option==18.0.*",
1112
]
1213
classifiers=[
1314
"Programming Language :: Python",

stock_picking_return_refund_option/README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Picking Return Refund Option
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:faadfb1fb3ffb287a70b251e5ae89daa22f18cce203e1e3878cfbf21a6c5fc3e
10+
!! source digest: sha256:523da8b1fd8b08d10e08e27ca6b6cca3b3f4629bdaf99de96932d672cad11700
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -116,11 +116,11 @@ Authors
116116
Contributors
117117
------------
118118

119-
- `Tecnativa <https://www.tecnativa.com>`__:
119+
- `Tecnativa <https://www.tecnativa.com>`__:
120120

121-
- Sergio Teruel
122-
- César A. Sánchez
123-
- Carlos Roca
121+
- Sergio Teruel
122+
- César A. Sánchez
123+
- Carlos Roca
124124

125125
Maintainers
126126
-----------

stock_picking_return_refund_option/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Picking Return Refund Option</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:faadfb1fb3ffb287a70b251e5ae89daa22f18cce203e1e3878cfbf21a6c5fc3e
370+
!! source digest: sha256:523da8b1fd8b08d10e08e27ca6b6cca3b3f4629bdaf99de96932d672cad11700
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/18.0/stock_picking_return_refund_option"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-18-0/account-invoicing-18-0-stock_picking_return_refund_option"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module extends the functionality of sales and purchase orders to

0 commit comments

Comments
 (0)