mirror of
https://github.com/NaN-tic/trytond-commission_party-old.git
synced 2023-12-14 05:03:10 +01:00
14 lines
548 B
XML
14 lines
548 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This file is part of commission_party 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="party_party_view_form">
|
|
<field name="model">party.party</field>
|
|
<field name="type">form</field>
|
|
<field name="inherit" ref="party.party_view_form"/>
|
|
<field name="name">party_form</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|