trytond-carrier_send_shipme.../api.xml

16 lines
591 B
XML
Raw Permalink Normal View History

2014-03-26 11:36:26 +01:00
<?xml version="1.0"?>
<!-- This file is part of the carrier_send_shipments_seurvalencia module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<!--Carrier API -->
<record model="ir.ui.view" id="carrier_api_form">
<field name="model">carrier.api</field>
2015-11-13 16:30:15 +01:00
<field name="type" eval="None"/>
2014-03-26 11:36:26 +01:00
<field name="inherit" ref="carrier_api.carrier_api_form"/>
<field name="name">carrier_api_form</field>
</record>
</data>
</tryton>