mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] The picking state should be in 'assigned' or 'partially_available' to transfer (#76)
According to: f89220a513
This commit is contained in:
committed by
Nhomar Hernández [Vauxoo]
parent
ee0ee29248
commit
7850037cfe
@@ -188,6 +188,9 @@
|
||||
</record>
|
||||
|
||||
<!-- Make transfer of product -->
|
||||
<function model="stock.picking" name="action_assign">
|
||||
<value eval="obj(ref('so_wizard_rma_1')).picking_ids[0].id" model="sale.order"/>
|
||||
</function>
|
||||
|
||||
<function model="stock.transfer_details"
|
||||
name="do_detailed_transfer" eval="[ref('transfer_sale_wizard_rma')]"/>
|
||||
|
||||
Reference in New Issue
Block a user