Browse Source

[MIG] partner_contact_birthplace: Migration to 12.0

12.0
Crisa221 5 years ago
parent
commit
e2483b37ae
  1. 40
      partner_contact_birthplace/README.rst
  2. 5
      partner_contact_birthplace/__manifest__.py

40
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
<https://github.com/OCA/partner-contact/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 <simone.rubino@agilebg.com> (www.agilebg.com)
* Nicolò Crisafulli <nicolo.crisafulli@agilebg.com> (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.

5
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',

Loading…
Cancel
Save