-
-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
20 changed files
with
905 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
========================== | ||
Partner contact birthplace | ||
========================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:faa427e890518fe05bc6044d187977300930113f4ca47bd1c8cb08fc8c3f0232 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github | ||
:target: https://github.com/OCA/partner-contact/tree/16.0/partner_contact_birthplace | ||
:alt: OCA/partner-contact | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/partner-contact-16-0/partner-contact-16-0-partner_contact_birthplace | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=16.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module extends the functionality of Odoo to support setting a | ||
bithplace city and allows you to benefit of a clearer API and UI. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
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/ | ||
|
||
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 to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_contact_birthplace%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Agile Business Group | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Simone Rubino <simone.rubino@agilebg.com> | ||
* Nicolò Crisafulli <nicolo.crisafulli@agilebg.com> | ||
* Giuseppe Borruso <gborruso@dinamicheaziendali.it> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
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. | ||
|
||
This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/16.0/partner_contact_birthplace>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 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": "16.0.1.0.0", | ||
"category": "Customer Relationship Management", | ||
"website": "https://github.com/OCA/partner-contact", | ||
"author": "Agile Business Group, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"application": False, | ||
"installable": True, | ||
"depends": [ | ||
"partner_contact_personal_information_page", | ||
], | ||
"data": ["views/res_partner.xml"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_contact_birthplace | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2022-05-11 01:05+0000\n" | ||
"Last-Translator: pere-aquarian <pere@aquarian.tech>\n" | ||
"Language-Team: none\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_city | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_city | ||
msgid "Birth City" | ||
msgstr "Ciutat de naixement" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_country_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_country_id | ||
msgid "Birth country" | ||
msgstr "País de naixement" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_state_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_state_id | ||
msgid "Birth state" | ||
msgstr "Província/estat de naixement" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model,name:partner_contact_birthplace.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contacte" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__display_name | ||
msgid "Display Name" | ||
msgstr "Nom a mostrar" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner____last_update | ||
msgid "Last Modified on" | ||
msgstr "Darrera modificació el" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_contact_birthplace | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-01-13 10:33+0000\n" | ||
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_city | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_city | ||
msgid "Birth City" | ||
msgstr "Ciudad de Nacimiento" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_country_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_country_id | ||
msgid "Birth country" | ||
msgstr "País de Nacimiento" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_state_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_state_id | ||
msgid "Birth state" | ||
msgstr "Estado de nacimiento" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model,name:partner_contact_birthplace.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contacto" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__display_name | ||
msgid "Display Name" | ||
msgstr "Mostrar Nombre" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última Modificación el" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_contact_birthplace | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: es_ES\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_city | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_city | ||
msgid "Birth City" | ||
msgstr "" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_country_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_country_id | ||
msgid "Birth country" | ||
msgstr "" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_state_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_state_id | ||
msgid "Birth state" | ||
msgstr "" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model,name:partner_contact_birthplace.model_res_partner | ||
msgid "Contact" | ||
msgstr "" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner____last_update | ||
msgid "Last Modified on" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_contact_birthplace | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-05-28 12:58+0000\n" | ||
"PO-Revision-Date: 2024-01-29 17:34+0000\n" | ||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n" | ||
"Language-Team: \n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_city | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_city | ||
msgid "Birth City" | ||
msgstr "Città di nascita" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_country_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_country_id | ||
msgid "Birth country" | ||
msgstr "Stato di nascita" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__birth_state_id | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_users__birth_state_id | ||
msgid "Birth state" | ||
msgstr "Provincia di nascita" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model,name:partner_contact_birthplace.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contatto" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__display_name | ||
msgid "Display Name" | ||
msgstr "Nome visualizzato" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: partner_contact_birthplace | ||
#: model:ir.model.fields,field_description:partner_contact_birthplace.field_res_partner____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima modifica il" | ||
|
||
#~ msgid "Partner" | ||
#~ msgstr "Partner" |
Oops, something went wrong.