Denis Roussel
8 years ago
committed by
Pedro M. Baeza
11 changed files with 0 additions and 1269 deletions
-
66base_contact/README.rst
-
32base_contact/__init__.py
-
35base_contact/__openerp__.py
-
183base_contact/i18n/de.po
-
183base_contact/i18n/es.po
-
183base_contact/i18n/fr.po
-
183base_contact/i18n/nl.po
-
183base_contact/i18n/pt_BR.po
-
183base_contact/i18n/sl.po
-
38base_contact/migrations/8.0.2.0/pre-migrate.py
-
BINbase_contact/static/description/icon.png
@ -1,66 +0,0 @@ |
|||||
Contacts Management |
|
||||
=================== |
|
||||
|
|
||||
This module was written to extend the contact management functionality. It |
|
||||
allows you to: |
|
||||
|
|
||||
- set several job positions in different companies per contact, |
|
||||
- set some extra informations like birthdate and nationality. |
|
||||
|
|
||||
Usage |
|
||||
===== |
|
||||
|
|
||||
New tabs 'Other Positions' and 'Personal Information' are available on the |
|
||||
contact form. |
|
||||
|
|
||||
For further information, please visit: |
|
||||
|
|
||||
* https://www.odoo.com/forum/help-1 |
|
||||
|
|
||||
Known issues / Roadmap |
|
||||
====================== |
|
||||
|
|
||||
.. warning:: |
|
||||
**DEPRECATED!!** |
|
||||
|
|
||||
This module is deprecated and **will be removed in Odoo 9.0**. |
|
||||
|
|
||||
Its functionality has been split in 3 separate modules: |
|
||||
|
|
||||
- partner_contact_birthdate_ |
|
||||
- partner_contact_in_several_companies_ |
|
||||
- partner_contact_nationality_ |
|
||||
|
|
||||
You should consider using those instead. |
|
||||
|
|
||||
Credits |
|
||||
======= |
|
||||
|
|
||||
Contributors |
|
||||
------------ |
|
||||
|
|
||||
* Xavier ALT <xal@openerp.com> (original author) |
|
||||
* EL HADJI DEM <elhadji.dem@savoirfairelinux.com> |
|
||||
* TheCloneMaster <the.clone.master@gmail.com> |
|
||||
* Sandy Carter <sandy.carter@savoirfairelinux.com> |
|
||||
* Rudolf Schnapka <rs@techno-flex.de> |
|
||||
* Sebastien Alix <sebastien.alix@osiell.com> |
|
||||
* Jairo Llopis <j.llopis@grupoesoc.es> |
|
||||
|
|
||||
Maintainer |
|
||||
---------- |
|
||||
|
|
||||
.. image:: http://odoo-community.org/logo.png |
|
||||
:alt: Odoo Community Association |
|
||||
:target: http://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. |
|
||||
|
|
||||
|
|
||||
.. _partner_contact_birthdate: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_birthdate |
|
||||
.. _partner_contact_in_several_companies: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_in_several_companies |
|
||||
.. _partner_contact_nationality: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_nationality |
|
@ -1,32 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
|
|
||||
############################################################################## |
|
||||
# |
|
||||
# OpenERP, Open Source Management Solution |
|
||||
# Copyright (C) 2013-TODAY OpenERP SA (<http://www.openerp.com>). |
|
||||
# |
|
||||
# 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/>. |
|
||||
# |
|
||||
############################################################################## |
|
||||
|
|
||||
import logging |
|
||||
import os |
|
||||
|
|
||||
|
|
||||
_logger = logging.getLogger(__name__ + ".deprecated") |
|
||||
|
|
||||
# Skip warnings on runbots |
|
||||
_method = _logger.info if "OCA_RUNBOT" in os.environ else _logger.warning |
|
||||
_method("This module is DEPRECATED. See %s/README.rst.", |
|
||||
os.path.dirname(__file__)) |
|
@ -1,35 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
############################################################################## |
|
||||
# |
|
||||
# OpenERP, Open Source Business Applications |
|
||||
# Copyright (C) 2013-TODAY OpenERP S.A. (<http://openerp.com>). |
|
||||
# |
|
||||
# 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': 'Contacts Management', |
|
||||
'summary': u"[DEPRECATED] Manage your contacts separately", |
|
||||
'version': '8.0.2.0.0', |
|
||||
'author': "OpenERP SA,Odoo Community Association (OCA)", |
|
||||
'website': 'http://www.openerp.com', |
|
||||
'category': 'Customer Relationship Management', |
|
||||
'depends': [ |
|
||||
'partner_contact_birthdate', |
|
||||
'partner_contact_in_several_companies', |
|
||||
'partner_contact_nationality', |
|
||||
], |
|
||||
'installable': False, |
|
||||
} |
|
@ -1,183 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * base_contact |
|
||||
# |
|
||||
# Translators: |
|
||||
# Rudolf Schnapka <schnapkar@golive-saar.de>, 2014 |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: partner-contact (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-25 00:33+0000\n" |
|
||||
"PO-Revision-Date: 2015-05-22 13:07+0000\n" |
|
||||
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@gmail.com>\n" |
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/de/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: de\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Address" |
|
||||
msgstr "Anschrift" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All partner positions" |
|
||||
msgstr "Alle Positionen des Partners" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All positions" |
|
||||
msgstr "Alle Positionen" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:32 |
|
||||
#, python-format |
|
||||
msgid "Attached to existing Contact" |
|
||||
msgstr "Mit bestehendem Kontakt verknüpft" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,birthdate_date:0 |
|
||||
msgid "Birthdate" |
|
||||
msgstr "Geburtsdatum" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "City" |
|
||||
msgstr "Stadt" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Company" |
|
||||
msgstr "Unternehmen" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contact" |
|
||||
msgstr "Kontakt" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_type:0 |
|
||||
msgid "Contact Type" |
|
||||
msgstr "Kontaktart" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contacts" |
|
||||
msgstr "Kontakte" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Country" |
|
||||
msgstr "Land" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Fax:" |
|
||||
msgstr "Fax:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_id:0 |
|
||||
msgid "Main Contact" |
|
||||
msgstr "Hauptkontakt" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Mobile:" |
|
||||
msgstr "Mobil:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,nationality_id:0 |
|
||||
msgid "Nationality" |
|
||||
msgstr "Nationalität" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Other Positions" |
|
||||
msgstr "Andere Positionen" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,other_contact_ids:0 |
|
||||
msgid "Others Positions" |
|
||||
msgstr "Andere Positionen" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: model:ir.model,name:base_contact.model_res_partner |
|
||||
msgid "Partner" |
|
||||
msgstr "Partner" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "Person" |
|
||||
msgstr "Person" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Personal Information" |
|
||||
msgstr "Persönliche Auskunft" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Phone:" |
|
||||
msgstr "Telefon:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:31 |
|
||||
#, python-format |
|
||||
msgid "Standalone Contact" |
|
||||
msgstr "Alleinstehender Kontakt" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "State" |
|
||||
msgstr "Bundesland" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Street..." |
|
||||
msgstr "Straße..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Tags..." |
|
||||
msgstr "Schlagworte..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "" |
|
||||
"To see personal information about this contact, please go to to the his " |
|
||||
"person form:" |
|
||||
msgstr "Um persönliche Auskunft zu diesem Kontakt zu erhalten, gehen Sie bitte auf die Seite persönlich:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "ZIP" |
|
||||
msgstr "PLZ" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "at" |
|
||||
msgstr "bei" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "e.g. Sales Director" |
|
||||
msgstr "z. B. Verkaufsleiter" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other position" |
|
||||
msgstr "andere Position" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other positions" |
|
||||
msgstr "andere Positionen" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "{'invisible': [('contact_type','=','attached')]}" |
|
||||
msgstr "" |
|
@ -1,183 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * base_contact |
|
||||
# |
|
||||
# Translators: |
|
||||
# Francisco Palm <francisco.palm@gmail.com>, 2015 |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: partner-contact (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-25 00:33+0000\n" |
|
||||
"PO-Revision-Date: 2015-09-13 13:17+0000\n" |
|
||||
"Last-Translator: Francisco Palm <francisco.palm@gmail.com>\n" |
|
||||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/es/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: es\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Address" |
|
||||
msgstr "Dirección" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All partner positions" |
|
||||
msgstr "Todas las posiciones de empresa" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All positions" |
|
||||
msgstr "Todas las posiciones" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:32 |
|
||||
#, python-format |
|
||||
msgid "Attached to existing Contact" |
|
||||
msgstr "Anexado a un contacto existente" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,birthdate_date:0 |
|
||||
msgid "Birthdate" |
|
||||
msgstr "Fecha de nacimiento" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "City" |
|
||||
msgstr "Ciudad" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Company" |
|
||||
msgstr "Compañía" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contact" |
|
||||
msgstr "Contacto" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_type:0 |
|
||||
msgid "Contact Type" |
|
||||
msgstr "Tipo de contacto" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contacts" |
|
||||
msgstr "Contactos" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Country" |
|
||||
msgstr "País" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Fax:" |
|
||||
msgstr "Fax:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_id:0 |
|
||||
msgid "Main Contact" |
|
||||
msgstr "Contacto principal" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Mobile:" |
|
||||
msgstr "Teléfono móvil:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,nationality_id:0 |
|
||||
msgid "Nationality" |
|
||||
msgstr "Nacionalidad" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Other Positions" |
|
||||
msgstr "Otras posiciones" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,other_contact_ids:0 |
|
||||
msgid "Others Positions" |
|
||||
msgstr "Otras posiciones" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: model:ir.model,name:base_contact.model_res_partner |
|
||||
msgid "Partner" |
|
||||
msgstr "Empresa" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "Person" |
|
||||
msgstr "Persona" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Personal Information" |
|
||||
msgstr "Información personal" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Phone:" |
|
||||
msgstr "Teléfono:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:31 |
|
||||
#, python-format |
|
||||
msgid "Standalone Contact" |
|
||||
msgstr "Contacto independiente" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "State" |
|
||||
msgstr "Provincia" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Street..." |
|
||||
msgstr "Calle..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Tags..." |
|
||||
msgstr "Etiquetas..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "" |
|
||||
"To see personal information about this contact, please go to to the his " |
|
||||
"person form:" |
|
||||
msgstr "Para ver la información personal de este contacto, por favor vaya a su formulario personal:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "ZIP" |
|
||||
msgstr "C.P." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "at" |
|
||||
msgstr "en" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "e.g. Sales Director" |
|
||||
msgstr "ej.: Director de ventas" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other position" |
|
||||
msgstr "otra posición" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other positions" |
|
||||
msgstr "otras posiciones" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "{'invisible': [('contact_type','=','attached')]}" |
|
||||
msgstr "{'invisible': [('contact_type','=','attached')]}" |
|
@ -1,183 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * base_contact |
|
||||
# |
|
||||
# Translators: |
|
||||
# Bruno JOLIVEAU, 2015 |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: partner-contact (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-25 00:33+0000\n" |
|
||||
"PO-Revision-Date: 2015-08-19 15:15+0000\n" |
|
||||
"Last-Translator: Bruno JOLIVEAU\n" |
|
||||
"Language-Team: French (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/fr/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: fr\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Address" |
|
||||
msgstr "Adresse" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All partner positions" |
|
||||
msgstr "Tous les contacts" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All positions" |
|
||||
msgstr "Tous les contacts" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:32 |
|
||||
#, python-format |
|
||||
msgid "Attached to existing Contact" |
|
||||
msgstr "Rattaché à un contact existant" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,birthdate_date:0 |
|
||||
msgid "Birthdate" |
|
||||
msgstr "Date de naissance" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "City" |
|
||||
msgstr "Ville" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Company" |
|
||||
msgstr "Organisme" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contact" |
|
||||
msgstr "Contact" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_type:0 |
|
||||
msgid "Contact Type" |
|
||||
msgstr "Type de contact" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contacts" |
|
||||
msgstr "Contacts" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Country" |
|
||||
msgstr "Pays" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Fax:" |
|
||||
msgstr "Télécopie :" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_id:0 |
|
||||
msgid "Main Contact" |
|
||||
msgstr "Contact principal" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Mobile:" |
|
||||
msgstr "Portable :" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,nationality_id:0 |
|
||||
msgid "Nationality" |
|
||||
msgstr "Nationalité" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Other Positions" |
|
||||
msgstr "Fonctions" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,other_contact_ids:0 |
|
||||
msgid "Others Positions" |
|
||||
msgstr "Fonctions" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: model:ir.model,name:base_contact.model_res_partner |
|
||||
msgid "Partner" |
|
||||
msgstr "Partenaire" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "Person" |
|
||||
msgstr "Personne" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Personal Information" |
|
||||
msgstr "Informations personnelles" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Phone:" |
|
||||
msgstr "Téléphone :" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:31 |
|
||||
#, python-format |
|
||||
msgid "Standalone Contact" |
|
||||
msgstr "Contact autonome" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "State" |
|
||||
msgstr "État" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Street..." |
|
||||
msgstr "Rue..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Tags..." |
|
||||
msgstr "Étiquettes..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "" |
|
||||
"To see personal information about this contact, please go to to the his " |
|
||||
"person form:" |
|
||||
msgstr "Pour voir des informations personnelles sur ce contact, s'il vous plaît aller au formulaire de la personne:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "ZIP" |
|
||||
msgstr "Code postal" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "at" |
|
||||
msgstr "à" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "e.g. Sales Director" |
|
||||
msgstr "ex : Directeur des ventes" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other position" |
|
||||
msgstr "fonction" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other positions" |
|
||||
msgstr "fonctions" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "{'invisible': [('contact_type','=','attached')]}" |
|
||||
msgstr "" |
|
@ -1,183 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * base_contact |
|
||||
# |
|
||||
# Translators: |
|
||||
# lfreeke <lfreeke@therp.nl>, 2015 |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: partner-contact (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-25 00:33+0000\n" |
|
||||
"PO-Revision-Date: 2015-10-01 19:24+0000\n" |
|
||||
"Last-Translator: lfreeke <lfreeke@therp.nl>\n" |
|
||||
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/nl/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: nl\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Address" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All partner positions" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All positions" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:32 |
|
||||
#, python-format |
|
||||
msgid "Attached to existing Contact" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,birthdate_date:0 |
|
||||
msgid "Birthdate" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "City" |
|
||||
msgstr "Stad" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Company" |
|
||||
msgstr "Bedrijf" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contact" |
|
||||
msgstr "Contact" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_type:0 |
|
||||
msgid "Contact Type" |
|
||||
msgstr "Contact type" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contacts" |
|
||||
msgstr "Contacten" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Country" |
|
||||
msgstr "Land" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Fax:" |
|
||||
msgstr "Fax:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_id:0 |
|
||||
msgid "Main Contact" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Mobile:" |
|
||||
msgstr "Mobiel:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,nationality_id:0 |
|
||||
msgid "Nationality" |
|
||||
msgstr "Nationaliteit" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Other Positions" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,other_contact_ids:0 |
|
||||
msgid "Others Positions" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: model:ir.model,name:base_contact.model_res_partner |
|
||||
msgid "Partner" |
|
||||
msgstr "Partner" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "Person" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Personal Information" |
|
||||
msgstr "Persoonlijke informatie" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Phone:" |
|
||||
msgstr "Telefoon:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:31 |
|
||||
#, python-format |
|
||||
msgid "Standalone Contact" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "State" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Street..." |
|
||||
msgstr "Straat..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Tags..." |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "" |
|
||||
"To see personal information about this contact, please go to to the his " |
|
||||
"person form:" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "ZIP" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "at" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "e.g. Sales Director" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other position" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other positions" |
|
||||
msgstr "" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "{'invisible': [('contact_type','=','attached')]}" |
|
||||
msgstr "" |
|
@ -1,183 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * base_contact |
|
||||
# |
|
||||
# Translators: |
|
||||
# danimaribeiro <danimaribeiro@gmail.com>, 2015 |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: partner-contact (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-25 00:33+0000\n" |
|
||||
"PO-Revision-Date: 2015-06-22 19:37+0000\n" |
|
||||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/pt_BR/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: pt_BR\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Address" |
|
||||
msgstr "Endereço" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All partner positions" |
|
||||
msgstr "Todas posições de parceiros" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All positions" |
|
||||
msgstr "Todas as posições" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:32 |
|
||||
#, python-format |
|
||||
msgid "Attached to existing Contact" |
|
||||
msgstr "Anexado ao contato existente" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,birthdate_date:0 |
|
||||
msgid "Birthdate" |
|
||||
msgstr "Data de nascimento" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "City" |
|
||||
msgstr "CIdade" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Company" |
|
||||
msgstr "Empresa" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contact" |
|
||||
msgstr "Contato" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_type:0 |
|
||||
msgid "Contact Type" |
|
||||
msgstr "Tipo de contato" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contacts" |
|
||||
msgstr "Contatos" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Country" |
|
||||
msgstr "País" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Fax:" |
|
||||
msgstr "Fax:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_id:0 |
|
||||
msgid "Main Contact" |
|
||||
msgstr "Contato principal" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Mobile:" |
|
||||
msgstr "Celular:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,nationality_id:0 |
|
||||
msgid "Nationality" |
|
||||
msgstr "Nacionalidade" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Other Positions" |
|
||||
msgstr "Outras posições" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,other_contact_ids:0 |
|
||||
msgid "Others Positions" |
|
||||
msgstr "Outras posições" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: model:ir.model,name:base_contact.model_res_partner |
|
||||
msgid "Partner" |
|
||||
msgstr "Parceir" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "Person" |
|
||||
msgstr "Pessoa" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Personal Information" |
|
||||
msgstr "Informações pessoais" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Phone:" |
|
||||
msgstr "Telefone:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:31 |
|
||||
#, python-format |
|
||||
msgid "Standalone Contact" |
|
||||
msgstr "Contato" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "State" |
|
||||
msgstr "Estado" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Street..." |
|
||||
msgstr "Rua..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Tags..." |
|
||||
msgstr "Tags..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "" |
|
||||
"To see personal information about this contact, please go to to the his " |
|
||||
"person form:" |
|
||||
msgstr "Para visualizar informações pessoais deste contato, por favor vá para o formulário da pessoa:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "ZIP" |
|
||||
msgstr "CEP" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "at" |
|
||||
msgstr "em" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "e.g. Sales Director" |
|
||||
msgstr "ex. Diretor de vendas" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other position" |
|
||||
msgstr "outra posição" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other positions" |
|
||||
msgstr "outras posições" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "{'invisible': [('contact_type','=','attached')]}" |
|
||||
msgstr "" |
|
@ -1,183 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * base_contact |
|
||||
# |
|
||||
# Translators: |
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015 |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: partner-contact (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-25 00:33+0000\n" |
|
||||
"PO-Revision-Date: 2015-05-24 04:54+0000\n" |
|
||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n" |
|
||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-partner-contact-8-0/language/sl/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: sl\n" |
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Address" |
|
||||
msgstr "Naslov" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All partner positions" |
|
||||
msgstr "Vsi partnerjevi položaji" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "All positions" |
|
||||
msgstr "Vsi položaji" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:32 |
|
||||
#, python-format |
|
||||
msgid "Attached to existing Contact" |
|
||||
msgstr "Pripeto obstoječemu stiku" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,birthdate_date:0 |
|
||||
msgid "Birthdate" |
|
||||
msgstr "Rojstni datum" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "City" |
|
||||
msgstr "Kraj" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Company" |
|
||||
msgstr "Družba" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contact" |
|
||||
msgstr "Stik" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_type:0 |
|
||||
msgid "Contact Type" |
|
||||
msgstr "Tip stika" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Contacts" |
|
||||
msgstr "Stiki" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Country" |
|
||||
msgstr "Država" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Fax:" |
|
||||
msgstr "Faks:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,contact_id:0 |
|
||||
msgid "Main Contact" |
|
||||
msgstr "Glavni stik" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Mobile:" |
|
||||
msgstr "Mobilni telefon:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,nationality_id:0 |
|
||||
msgid "Nationality" |
|
||||
msgstr "Nacionalnost" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Other Positions" |
|
||||
msgstr "Drugi položaji" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: field:res.partner,other_contact_ids:0 |
|
||||
msgid "Others Positions" |
|
||||
msgstr "Drugi položaji" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: model:ir.model,name:base_contact.model_res_partner |
|
||||
msgid "Partner" |
|
||||
msgstr "Partner" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_filter_contact |
|
||||
msgid "Person" |
|
||||
msgstr "Oseba" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Personal Information" |
|
||||
msgstr "Osebni podatki" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Phone:" |
|
||||
msgstr "Telefon:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: code:addons/base_contact/base_contact.py:31 |
|
||||
#, python-format |
|
||||
msgid "Standalone Contact" |
|
||||
msgstr "Samostojni stik" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "State" |
|
||||
msgstr "Zvezna država" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Street..." |
|
||||
msgstr "Ulica..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "Tags..." |
|
||||
msgstr "Oznake..." |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "" |
|
||||
"To see personal information about this contact, please go to to the his " |
|
||||
"person form:" |
|
||||
msgstr "Za ogled osebnih podatkov o tem stiku pojdite na njegov glavni obrazec:" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "ZIP" |
|
||||
msgstr "Poštna številka" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "at" |
|
||||
msgstr "pri" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "e.g. Sales Director" |
|
||||
msgstr "npr. vodja prodaje" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other position" |
|
||||
msgstr "drug položaj" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_res_partner_kanban_contact |
|
||||
msgid "other positions" |
|
||||
msgstr "drugi položaji" |
|
||||
|
|
||||
#. module: base_contact |
|
||||
#: view:res.partner:base_contact.view_partner_form_inherit |
|
||||
msgid "{'invisible': [('contact_type','=','attached')]}" |
|
||||
msgstr "{'invisible': [('contact_type','=','attached')]}" |
|
@ -1,38 +0,0 @@ |
|||||
# -*- encoding: 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/>. |
|
||||
|
|
||||
|
|
||||
def migrate(cr, version): |
|
||||
"""Update fields owner module to avoid Odoo deleting them on uninstall.""" |
|
||||
# partner_contact_birthdate |
|
||||
cr.execute("""UPDATE ir_model_data |
|
||||
SET module='partner_contact_birthdate' |
|
||||
WHERE module='base_contact' |
|
||||
AND name in ('field_res_partner_birthdate_date')""") |
|
||||
|
|
||||
# partner_contact_nationality |
|
||||
cr.execute("""UPDATE ir_model_data |
|
||||
SET module='partner_contact_nationality' |
|
||||
WHERE module='base_contact' |
|
||||
AND name in ('field_res_partner_nationality_id')""") |
|
||||
|
|
||||
# partner_contact_in_several_companies |
|
||||
cr.execute("""UPDATE ir_model_data |
|
||||
SET module='partner_contact_in_several_companies' |
|
||||
WHERE module='base_contact' |
|
||||
AND name LIKE 'field_%'""") |
|
Before Width: 128 | Height: 128 | Size: 9.2 KiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue