diff --git a/partner_contact_personal_information_page/__manifest__.py b/partner_contact_personal_information_page/__manifest__.py index 6e6aededb..28113dd7b 100644 --- a/partner_contact_personal_information_page/__manifest__.py +++ b/partner_contact_personal_information_page/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Personal information page for contacts", "summary": "Add a page to contacts form to put personal information", - "version": "9.0.1.0.0", + "version": "10.0.1.0.0", "category": "Customer Relationship Management", "website": "https://odoo-community.org/", "author": "Odoo Community Association (OCA)", @@ -17,7 +17,7 @@ ], "license": "AGPL-3", 'application': False, - 'installable': False, + 'installable': True, 'auto_install': False, "depends": [ "base" diff --git a/partner_contact_personal_information_page/views/res_partner.xml b/partner_contact_personal_information_page/views/res_partner.xml index d1bef3018..e762b75a2 100644 --- a/partner_contact_personal_information_page/views/res_partner.xml +++ b/partner_contact_personal_information_page/views/res_partner.xml @@ -1,7 +1,5 @@ - - Personal information page for contacts form @@ -12,14 +10,12 @@ + string="Personal Information" + attrs="{'invisible': [('is_company','=',True)]}"> - - - \ No newline at end of file +