trytond-carrier_send_shipme.../api.xml

16 lines
591 B
XML

<?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>
<field name="type" eval="None"/>
<field name="inherit" ref="carrier_api.carrier_api_form"/>
<field name="name">carrier_api_form</field>
</record>
</data>
</tryton>