From e2483b37ae35bf83d0477d8e2f2e8cb8006d8c8d Mon Sep 17 00:00:00 2001 From: Crisa221 Date: Wed, 18 Sep 2019 09:00:22 +0200 Subject: [PATCH] [MIG] partner_contact_birthplace: Migration to 12.0 --- partner_contact_birthplace/README.rst | 40 +++++++++++++++++----- partner_contact_birthplace/__manifest__.py | 5 ++- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/partner_contact_birthplace/README.rst b/partner_contact_birthplace/README.rst index ad1ab9c04..ad8df09af 100644 --- a/partner_contact_birthplace/README.rst +++ b/partner_contact_birthplace/README.rst @@ -6,22 +6,43 @@ Partner contact birthplace ========================== -This module allows to define a birthplace for partners. +This module extends the functionality of Odoo to support setting a bithplace city and allows you to benefit of a clearer API and UI. + + +Installation +============ + +To install this module, you need to: + +* Install the OCA repository `partner-contact`_. +* Update your modules list. +* Search and install this module. + +Configuration +============= + +No configuration is needed. Usage ===== +To use this module, you need to: + +* Edit or create a partner. +* Ensure it is **not** a company. +* Go to the *Personal Information* sheet. +* Set the birthplace there. + +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/10.0 -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 smash it by providing detailed and welcomed feedback. Credits ======= @@ -35,6 +56,7 @@ Contributors ------------ * Simone Rubino (www.agilebg.com) +* Nicolò Crisafulli (www.agilebg.com) Do not contact contributors directly about support or help with technical issues. @@ -51,4 +73,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 https://odoo-community.org. +To contribute to this module, please visit http://odoo-community.org. diff --git a/partner_contact_birthplace/__manifest__.py b/partner_contact_birthplace/__manifest__.py index 11e6ca1b4..f088db609 100644 --- a/partner_contact_birthplace/__manifest__.py +++ b/partner_contact_birthplace/__manifest__.py @@ -1,13 +1,12 @@ # -*- coding: utf-8 -*- -# Copyright 2018 Simone Rubino - Agile Business Group # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { 'name': 'Partner contact birthplace', 'summary': 'This module allows to define a birthplace for partners.', - 'version': '10.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Customer Relationship Management', - 'website': 'https://github.com/OCA/partner-contact/tree/10.0/' + 'website': 'https://github.com/OCA/partner-contact' 'partner_contact_birthplace', 'author': 'Agile Business Group, Odoo Community Association (OCA)', 'license': 'AGPL-3',