You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
729 B
22 lines
729 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<!--visiting purpose view-->
|
|
<record model="ir.ui.view" id="fo_visiting_purpose_form_view">
|
|
<field name="name">Visiting Purpose</field>
|
|
<field name="model">fo.purpose</field>
|
|
<field name="arch" type="xml">
|
|
<form string="Visiting Purpose">
|
|
<sheet>
|
|
<group>
|
|
<group>
|
|
<field name="name"/>
|
|
</group>
|
|
<group>
|
|
<field name="description"/>
|
|
</group>
|
|
</group>
|
|
</sheet>
|
|
</form>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|