diff --git a/.gitignore b/.gitignore index 487c1549b..91ab06a5a 100644 --- a/.gitignore +++ b/.gitignore @@ -42,8 +42,10 @@ coverage.xml # Translations *.mo -# Pycharm -.idea +# Project +.project +.pydevproject +.settings/ # Backup files *~ diff --git a/partner_contact_personal_information_page/README.rst b/partner_contact_personal_information_page/README.rst index 6c680a69a..be5e8bac3 100644 --- a/partner_contact_personal_information_page/README.rst +++ b/partner_contact_personal_information_page/README.rst @@ -1,6 +1,8 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :alt: License: AGPL-3 + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +=================================== Contacts' Personal Information Page =================================== @@ -17,6 +19,11 @@ Installation itself. This module should get installed automatically when you install other modules that actually do something useful. +Configuration +============= + +There is no configuration required for this module. + Usage ===== @@ -27,11 +34,27 @@ For further information, please visit: * https://www.odoo.com/forum/help-1 * https://github.com/OCA/partner-contact/ +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/134/9.0 + Known issues / Roadmap ====================== * None. +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here `_. + + Credits ======= @@ -42,6 +65,7 @@ Contributors * Jairo Llopis * Matjaž Mozetič * Rudolf Schnapka +* Richard deMeester Maintainer ---------- @@ -56,4 +80,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file diff --git a/partner_contact_personal_information_page/__openerp__.py b/partner_contact_personal_information_page/__openerp__.py index a551a7840..a068c7420 100644 --- a/partner_contact_personal_information_page/__openerp__.py +++ b/partner_contact_personal_information_page/__openerp__.py @@ -19,8 +19,16 @@ { "name": "Personal information page for contacts", "summary": "Add a page to contacts form to put personal information", - "version": "8.0.1.0.0", + "version": "9.0.1.0.0", "author": "Odoo Community Association (OCA)", + "license": "AGPL-3", + "contributors": [ + 'EL Hadji DEM ', + 'Jairo Llopis ', + 'Matjaž Mozetič ', + 'Rudolf Schnapka ', + 'Richard deMeester ', + ], "category": "Customer Relationship Management", "website": "https://odoo-community.org/", "depends": [ @@ -29,5 +37,6 @@ "data": [ "views/res_partner.xml", ], - 'installable': False, -} + 'installable': True, + 'auto_install': False, +} \ No newline at end of file diff --git a/partner_contact_personal_information_page/views/res_partner.xml b/partner_contact_personal_information_page/views/res_partner.xml index a49876169..35ac4119d 100644 --- a/partner_contact_personal_information_page/views/res_partner.xml +++ b/partner_contact_personal_information_page/views/res_partner.xml @@ -1,5 +1,5 @@ - + @@ -17,8 +17,8 @@ - + - + \ No newline at end of file