Browse Source
Create partner_contact_personal_information_page.
Create partner_contact_personal_information_page.
Really I'm just renaming partner_contact_base. The new name is more self-explanatory.14.0
Jairo Llopis
10 years ago
committed by
newtratip
9 changed files with 231 additions and 0 deletions
-
59partner_contact_personal_information_page/README.rst
-
0partner_contact_personal_information_page/__init__.py
-
32partner_contact_personal_information_page/__openerp__.py
-
24partner_contact_personal_information_page/i18n/de.po
-
23partner_contact_personal_information_page/i18n/es.po
-
23partner_contact_personal_information_page/i18n/fr.po
-
22partner_contact_personal_information_page/i18n/partner_contact_personal_information_page.pot
-
24partner_contact_personal_information_page/i18n/sl.po
-
24partner_contact_personal_information_page/views/res_partner.xml
@ -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 <elhadji.dem@savoirfairelinux.com> |
|||
* Jairo Llopis <j.llopis@grupoesoc.es> |
|||
* Matjaž Mozetič <m.mozetic@matmoz.si> |
|||
* Rudolf Schnapka <schnapkar@golive-saar.de> |
|||
|
|||
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. |
@ -0,0 +1,32 @@ |
|||
# -*- coding: utf-8 -*- |
|||
|
|||
# Odoo, Open Source Management Solution |
|||
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es> |
|||
# |
|||
# 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 <http://www.gnu.org/licenses/>. |
|||
|
|||
{ |
|||
"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", |
|||
], |
|||
} |
@ -0,0 +1,24 @@ |
|||
# Translation of OpenERP Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_contact |
|||
# |
|||
# Rudolf Schnapka <schnapkar@golive-saar.de>, 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 <schnapkar@golive-saar.de>\n" |
|||
"Language-Team: German <kde-i18n-de@kde.org>\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" |
@ -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 <j.llopis@grupoesoc.es>\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" |
@ -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 <elhadji.dem@savoirfairelinux.com>\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" |
@ -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 "" |
|||
|
@ -0,0 +1,24 @@ |
|||
# Translation of OpenERP Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_contact |
|||
# |
|||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 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č <m.mozetic@matmoz.si>\n" |
|||
"Language-Team: Slovenian <translate@matmoz.si>\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" |
@ -0,0 +1,24 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<openerp> |
|||
<data> |
|||
|
|||
<record id="personal_information" model="ir.ui.view"> |
|||
<field name="name">Personal information page for contacts form</field> |
|||
<field name="model">res.partner</field> |
|||
<field name="inherit_id" ref="base.view_partner_form"/> |
|||
<field name="priority">2</field> |
|||
<field name="arch" type="xml"> |
|||
<data> |
|||
<xpath expr="//page[@name='internal_notes']" position="after"> |
|||
<page name="personal_information_page" |
|||
string="Personal Information" |
|||
attrs="{'invisible': [('is_company','=',True)]}"> |
|||
<group name="personal_information_group"/> |
|||
</page> |
|||
</xpath> |
|||
</data> |
|||
</field> |
|||
</record> |
|||
|
|||
</data> |
|||
</openerp> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue