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.
19 lines
547 B
19 lines
547 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<record id="birthdate_date" model="ir.ui.view">
|
|
<field name="name">Birthdate Date field</field>
|
|
<field name="model">res.partner</field>
|
|
<field name="inherit_id" ref="partner_contact_personal_information_page.personal_information"/>
|
|
<field name="arch" type="xml">
|
|
<data>
|
|
<xpath expr="//group[@name='personal_information_group']">
|
|
<field name="birthdate_date"/>
|
|
</xpath>
|
|
</data>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|