Browse Source

Update OCA module to 9.0

partner_contact_personal_information updated to version 9.0
pull/193/head
Richard deMeester 9 years ago
parent
commit
e2ed24faef
  1. 6
      .gitignore
  2. 28
      partner_contact_personal_information_page/README.rst
  3. 15
      partner_contact_personal_information_page/__openerp__.py
  4. 6
      partner_contact_personal_information_page/views/res_partner.xml

6
.gitignore

@ -42,8 +42,10 @@ coverage.xml
# Translations
*.mo
# Pycharm
.idea
# Project
.project
.pydevproject
.settings/
# Backup files
*~

28
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 <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 smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
partner-contact/issues/new?body=module:%20
partner_contact_personal_information_page%0Aversion:%20
9.0.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
@ -42,6 +65,7 @@ Contributors
* Jairo Llopis <j.llopis@grupoesoc.es>
* Matjaž Mozetič <m.mozetic@matmoz.si>
* Rudolf Schnapka <schnapkar@golive-saar.de>
* Richard deMeester <richard@willowit.com.au>
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.

15
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 <elhadji.dem@savoirfairelinux.com>',
'Jairo Llopis <j.llopis@grupoesoc.es>',
'Matjaž Mozetič <m.mozetic@matmoz.si>',
'Rudolf Schnapka <schnapkar@golive-saar.de>',
'Richard deMeester <richard@willowit.com.au>',
],
"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,
}

6
partner_contact_personal_information_page/views/res_partner.xml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<odoo>
<data>
<record id="personal_information" model="ir.ui.view">
@ -17,8 +17,8 @@
</page>
</xpath>
</data>
</field>
</field>
</record>
</data>
</openerp>
</odoo>
Loading…
Cancel
Save