Commit 1ecb34f 1 parent b6297a9 commit 1ecb34f Copy full SHA for 1ecb34f
File tree 4 files changed +9
-7
lines changed
stock_picking_return_refund_option
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ addon | version | maintainers | summary
27
27
[ 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
28
28
[ 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
29
29
[ 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
30
31
31
32
[ // ] : # ( end addons )
32
33
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-account-invoicing"
3
- version = " 18.0.20250226 .0"
3
+ version = " 18.0.20250303 .0"
4
4
dependencies = [
5
5
" odoo-addon-account_invoice_fiscal_position_update==18.0.*" ,
6
6
" odoo-addon-account_invoice_refund_link==18.0.*" ,
7
7
" odoo-addon-account_invoice_show_currency_rate==18.0.*" ,
8
8
" odoo-addon-account_move_cancel_confirm==18.0.*" ,
9
9
" odoo-addon-purchase_stock_picking_return_invoicing==18.0.*" ,
10
10
" odoo-addon-sale_order_invoicing_grouping_criteria==18.0.*" ,
11
+ " odoo-addon-stock_picking_return_refund_option==18.0.*" ,
11
12
]
12
13
classifiers =[
13
14
" Programming Language :: Python" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Stock Picking Return Refund Option
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:faadfb1fb3ffb287a70b251e5ae89daa22f18cce203e1e3878cfbf21a6c5fc3e
10
+ !! source digest: sha256:523da8b1fd8b08d10e08e27ca6b6cca3b3f4629bdaf99de96932d672cad11700
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -116,11 +116,11 @@ Authors
116
116
Contributors
117
117
------------
118
118
119
- - `Tecnativa <https://www.tecnativa.com >`__:
119
+ - `Tecnativa <https://www.tecnativa.com >`__:
120
120
121
- - Sergio Teruel
122
- - César A. Sánchez
123
- - Carlos Roca
121
+ - Sergio Teruel
122
+ - César A. Sánchez
123
+ - Carlos Roca
124
124
125
125
Maintainers
126
126
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Stock Picking Return Refund Option</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:faadfb1fb3ffb287a70b251e5ae89daa22f18cce203e1e3878cfbf21a6c5fc3e
370
+ !! source digest: sha256:523da8b1fd8b08d10e08e27ca6b6cca3b3f4629bdaf99de96932d672cad11700
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This module extends the functionality of sales and purchase orders to
You can’t perform that action at this time.
0 commit comments