[IMP] Open incomming and deliveries from claim now open in the proper view (in or out)

This commit is contained in:
Joel Grand-Guillaume
2014-01-23 10:07:30 +01:00
parent 257afe75d4
commit 467ff9cb32

View File

@@ -247,14 +247,14 @@
domain="[('type', '=', 'in')]"
id="act_crm_claim_rma_picking_in"
name="Incomming Shipment and Returns"
res_model="stock.picking"
res_model="stock.picking.in"
src_model="crm.claim"/>
<!-- Right side link to picking out -->
<act_window
domain="[('type', '=', 'out')]"
id="act_crm_claim_rma_picking_out"
name="Deliveries"
res_model="stock.picking"
res_model="stock.picking.out"
src_model="crm.claim"/>
<record model="ir.ui.view" id="crm_claim_rma_form_view2">