Skip to content

Commit

Permalink
installable = True en correcte verwijzing naar partner form
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobineau committed Apr 19, 2016
1 parent 65e7caf commit 110a15c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions partner_contact_birthdate/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{
"name": "Contact's birthdate",
"version": "8.0.1.0.0",
"version": "9.0.1.0.0",
"author": "Odoo Community Association (OCA)",
"category": "Customer Relationship Management",
"website": "https://odoo-community.org/",
Expand All @@ -28,5 +28,5 @@
"data": [
"views/res_partner.xml",
],
'installable': False,
'installable': True,
}
2 changes: 1 addition & 1 deletion partner_contact_birthdate/views/res_partner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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="inherit_id" ref="base.personal_contact_information"/>
<field name="arch" type="xml">
<data>
<xpath expr="//group[@name='personal_information_group']">
Expand Down

0 comments on commit 110a15c

Please sign in to comment.