trytonpsk-crm/contract.xml

15 lines
513 B
XML
Raw Permalink Normal View History

<?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>
2023-06-15 17:22:24 +02:00
</data>
</tryton>