Files
rma/crm_rma_advance_location/claim_rma_view.xml
Joel Grand-Guillaume 2429c0bb3b [FIX] crm_rma_advance_location to let it be installable
[DEL] Remove the images as they are deprecated.
2013-11-15 14:24:39 +01:00

21 lines
818 B
XML

<?xml version="1.0"?>
<openerp>
<data>
<record model="ir.ui.view" id="crm_claim_rma_form_view">
<field name="name">CRM - Claim product return Form</field>
<field name="model">crm.claim</field>
<field name="inherit_id" ref="crm_claim_rma.crm_claim_rma_form_view"/>
<field name="arch" type="xml">
<xpath expr="//button[@string='New Delivery']" position="after">
<button name="%(action_claim_picking_loss)d"
string="New Product Loss" states="open"
type="action" target="new"
context="{'warehouse_id': warehouse_id,
'partner_id': partner_id}"/>
</xpath>
</field>
</record>
</data>
</openerp>