trytonpsk-crm/contract.xml

15 lines
513 B
XML

<?xml version="1.0"?>
<!-- This file is part of the sale_weight module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="contract_view_form">
<field name="model">sale.contract</field>
<field name="inherit" ref="sale_contract.contract_view_form"/>
<field name="name">contract_form</field>
</record>
</data>
</tryton>