From 0365a0d2379328ead13dc3a67f3977a2cf5d55ea Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Wed, 20 May 2015 10:18:23 +0200 Subject: [PATCH] Create partner_contact_personal_information_page. Really I'm just renaming partner_contact_base. The new name is more self-explanatory. --- .../README.rst | 59 +++++++++++++++++++ .../__init__.py | 0 .../__openerp__.py | 32 ++++++++++ .../i18n/de.po | 24 ++++++++ .../i18n/es.po | 23 ++++++++ .../i18n/fr.po | 23 ++++++++ ...tner_contact_personal_information_page.pot | 22 +++++++ .../i18n/sl.po | 24 ++++++++ .../views/res_partner.xml | 24 ++++++++ 9 files changed, 231 insertions(+) create mode 100644 partner_contact_personal_information_page/README.rst create mode 100644 partner_contact_personal_information_page/__init__.py create mode 100644 partner_contact_personal_information_page/__openerp__.py create mode 100644 partner_contact_personal_information_page/i18n/de.po create mode 100644 partner_contact_personal_information_page/i18n/es.po create mode 100644 partner_contact_personal_information_page/i18n/fr.po create mode 100644 partner_contact_personal_information_page/i18n/partner_contact_personal_information_page.pot create mode 100644 partner_contact_personal_information_page/i18n/sl.po create mode 100644 partner_contact_personal_information_page/views/res_partner.xml diff --git a/partner_contact_personal_information_page/README.rst b/partner_contact_personal_information_page/README.rst new file mode 100644 index 000000000..6c680a69a --- /dev/null +++ b/partner_contact_personal_information_page/README.rst @@ -0,0 +1,59 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 + +Contacts' Personal Information Page +=================================== + +This module was written to extend the contact management functionality. + +Its only purpose is to serve as a base for other modules that add personal +information fields to **contacts that are persons**. + +Installation +============ + +.. warning:: + **You should NOT install this module yourself**, because it does nothing by + itself. This module should get installed automatically when you install + other modules that actually do something useful. + +Usage +===== + +You can find a new page called *Personal Information* in the contact's form. + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 +* https://github.com/OCA/partner-contact/ + +Known issues / Roadmap +====================== + +* None. + +Credits +======= + +Contributors +------------ + +* EL Hadji DEM +* Jairo Llopis +* Matjaž Mozetič +* Rudolf Schnapka + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +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. diff --git a/partner_contact_personal_information_page/__init__.py b/partner_contact_personal_information_page/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/partner_contact_personal_information_page/__openerp__.py b/partner_contact_personal_information_page/__openerp__.py new file mode 100644 index 000000000..9f6e7b333 --- /dev/null +++ b/partner_contact_personal_information_page/__openerp__.py @@ -0,0 +1,32 @@ +# -*- coding: utf-8 -*- + +# Odoo, Open Source Management Solution +# Copyright (C) 2014-2015 Grupo ESOC +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +{ + "name": "Personal information page for contacts", + "summary": "Add a page to contacts form to put personal information", + "version": "1.0.0", + "author": "Odoo Community Association (OCA)", + "category": "Customer Relationship Management", + "website": "https://odoo-community.org/", + "depends": [ + "base" + ], + "data": [ + "views/res_partner.xml", + ], +} diff --git a/partner_contact_personal_information_page/i18n/de.po b/partner_contact_personal_information_page/i18n/de.po new file mode 100644 index 000000000..ee0574c27 --- /dev/null +++ b/partner_contact_personal_information_page/i18n/de.po @@ -0,0 +1,24 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * base_contact +# +# Rudolf Schnapka , 2014. +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-05-19 10:13+0000\n" +"PO-Revision-Date: 2015-05-19 12:15+0100\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"X-Generator: Poedit 1.7.6\n" + +#. module: partner_contact_base +#: view:res.partner:partner_contact_base.personal_information +msgid "Personal Information" +msgstr "Persönliche Auskunft" diff --git a/partner_contact_personal_information_page/i18n/es.po b/partner_contact_personal_information_page/i18n/es.po new file mode 100644 index 000000000..b1eadfcbb --- /dev/null +++ b/partner_contact_personal_information_page/i18n/es.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_base +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0-20150514\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-05-19 10:13+0000\n" +"PO-Revision-Date: 2015-05-19 12:16+0100\n" +"Last-Translator: Jairo Llopis \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.7.6\n" +"Language: es_ES\n" + +#. module: partner_contact_base +#: view:res.partner:partner_contact_base.personal_information +msgid "Personal Information" +msgstr "Información personal" diff --git a/partner_contact_personal_information_page/i18n/fr.po b/partner_contact_personal_information_page/i18n/fr.po new file mode 100644 index 000000000..feea0af57 --- /dev/null +++ b/partner_contact_personal_information_page/i18n/fr.po @@ -0,0 +1,23 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * base_contact +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-05-19 10:13+0000\n" +"PO-Revision-Date: 2015-05-19 12:15+0100\n" +"Last-Translator: EL Hadji DEM \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"X-Generator: Poedit 1.7.6\n" + +#. module: partner_contact_base +#: view:res.partner:partner_contact_base.personal_information +msgid "Personal Information" +msgstr "Informations personnelles" diff --git a/partner_contact_personal_information_page/i18n/partner_contact_personal_information_page.pot b/partner_contact_personal_information_page/i18n/partner_contact_personal_information_page.pot new file mode 100644 index 000000000..5a2c674df --- /dev/null +++ b/partner_contact_personal_information_page/i18n/partner_contact_personal_information_page.pot @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_base +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0-20150514\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-05-19 10:13+0000\n" +"PO-Revision-Date: 2015-05-19 10:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: partner_contact_base +#: view:res.partner:partner_contact_base.personal_information +msgid "Personal Information" +msgstr "" + diff --git a/partner_contact_personal_information_page/i18n/sl.po b/partner_contact_personal_information_page/i18n/sl.po new file mode 100644 index 000000000..622beafec --- /dev/null +++ b/partner_contact_personal_information_page/i18n/sl.po @@ -0,0 +1,24 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * base_contact +# +# Matjaž Mozetič , 2015. +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-05-19 10:13+0000\n" +"PO-Revision-Date: 2015-05-19 12:15+0100\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian \n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"X-Generator: Poedit 1.7.6\n" + +#. module: partner_contact_base +#: view:res.partner:partner_contact_base.personal_information +msgid "Personal Information" +msgstr "Osebni podatki" diff --git a/partner_contact_personal_information_page/views/res_partner.xml b/partner_contact_personal_information_page/views/res_partner.xml new file mode 100644 index 000000000..a49876169 --- /dev/null +++ b/partner_contact_personal_information_page/views/res_partner.xml @@ -0,0 +1,24 @@ + + + + + + Personal information page for contacts form + res.partner + + 2 + + + + + + + + + + + + +