kalenislims/lims_sale/party.xml
Adri?n Bernardi 4aa43a1107 lims_sale: improvements
* Sale Clauses
* Automatic email to Party
* Invoice Party
* Purchase order Number
* Expiration date
* Product type, Matrix and Service (analysis) in Sale line
2019-10-10 19:14:04 -03:00

15 lines
323 B
XML

<?xml version="1.0"?>
<tryton>
<data>
<!-- Party -->
<record model="ir.ui.view" id="party_view_form">
<field name="model">party.party</field>
<field name="inherit" ref="party.party_view_form"/>
<field name="name">party_form</field>
</record>
</data>
</tryton>