Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions l10n_it_pec/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
===============
ITA - Email PEC
===============

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_pec
:alt: OCA/l10n-italy
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_pec
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/122/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

**Italiano**

Aggiunge il campo email PEC nel profilo del partner

**English**

Add PEC Mail field in partner profile

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/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 <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_pec%0Aversion:%2014.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
~~~~~~~

* Odoo Italia Network

Contributors
~~~~~~~~~~~~

* Franco Tampieri <franco.tampieri@abstract.it>
* Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
* Stefano Consolaro <https://github.com/mymage>

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/l10n-italy <https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_pec>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions l10n_it_pec/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
18 changes: 18 additions & 0 deletions l10n_it_pec/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2019 Stefano Consolaro (Associazione PNLUG - Gruppo Odoo)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)

{
"name": "ITA - Email PEC",
"version": "16.0.1.0.0",
"category": "Localization/Italy",
"summary": "Aggiunge il campo email PEC al partner",
"author": "Odoo Italia Network,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": ["mail"],
"data": [
"views/partner_view.xml",
],
"installable": True,
}
38 changes: 38 additions & 0 deletions l10n_it_pec/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_pec
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: l10n-italy (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-12 02:39+0000\n"
"PO-Revision-Date: 2016-10-20 15:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: Amharic (http://www.transifex.com/oca/OCA-l10n-italy-10-0/"
"language/am/)\n"
"Language: am\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: l10n_it_pec
#: model_terms:ir.ui.view,arch_db:l10n_it_pec.res_partner_kanban_pec_view
msgid "<span> (PEC)</span>"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model,name:l10n_it_pec.model_res_partner
msgid "Contact"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_partner__pec_mail
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_users__pec_mail
msgid "PEC Mail"
msgstr ""

#~ msgid "Partner"
#~ msgstr "ተባባሪ"
39 changes: 39 additions & 0 deletions l10n_it_pec/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_pec
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: l10n-italy (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-12 02:39+0000\n"
"PO-Revision-Date: 2016-10-20 15:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-l10n-italy-10-0/"
"language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: l10n_it_pec
#: model_terms:ir.ui.view,arch_db:l10n_it_pec.res_partner_kanban_pec_view
msgid "<span> (PEC)</span>"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model,name:l10n_it_pec.model_res_partner
msgid "Contact"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_partner__pec_mail
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_users__pec_mail
msgid "PEC Mail"
msgstr ""

#~ msgid "Partner"
#~ msgstr "الشريك"
38 changes: 38 additions & 0 deletions l10n_it_pec/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_pec
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: l10n-italy (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-01 19:47+0000\n"
"PO-Revision-Date: 2016-10-20 15:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-l10n-italy-10-0/"
"language/bg/)\n"
"Language: bg\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: l10n_it_pec
#: model_terms:ir.ui.view,arch_db:l10n_it_pec.res_partner_kanban_pec_view
msgid "<span> (PEC)</span>"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model,name:l10n_it_pec.model_res_partner
msgid "Contact"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_partner__pec_mail
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_users__pec_mail
msgid "PEC Mail"
msgstr ""

#~ msgid "Partner"
#~ msgstr "Партньор"
39 changes: 39 additions & 0 deletions l10n_it_pec/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_pec
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: l10n-italy (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-12 02:39+0000\n"
"PO-Revision-Date: 2016-10-20 15:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-l10n-italy-10-0/"
"language/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. module: l10n_it_pec
#: model_terms:ir.ui.view,arch_db:l10n_it_pec.res_partner_kanban_pec_view
msgid "<span> (PEC)</span>"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model,name:l10n_it_pec.model_res_partner
msgid "Contact"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_partner__pec_mail
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_users__pec_mail
msgid "PEC Mail"
msgstr ""

#~ msgid "Partner"
#~ msgstr "Partner"
38 changes: 38 additions & 0 deletions l10n_it_pec/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_pec
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: l10n-italy (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-12 02:39+0000\n"
"PO-Revision-Date: 2016-10-20 15:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-l10n-italy-10-0/"
"language/ca/)\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"

#. module: l10n_it_pec
#: model_terms:ir.ui.view,arch_db:l10n_it_pec.res_partner_kanban_pec_view
msgid "<span> (PEC)</span>"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model,name:l10n_it_pec.model_res_partner
msgid "Contact"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_partner__pec_mail
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_users__pec_mail
msgid "PEC Mail"
msgstr ""

#~ msgid "Partner"
#~ msgstr "Empresa"
38 changes: 38 additions & 0 deletions l10n_it_pec/i18n/cs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_pec
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: l10n-italy (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-12 02:39+0000\n"
"PO-Revision-Date: 2016-10-20 15:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: Czech (http://www.transifex.com/oca/OCA-l10n-italy-10-0/"
"language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. module: l10n_it_pec
#: model_terms:ir.ui.view,arch_db:l10n_it_pec.res_partner_kanban_pec_view
msgid "<span> (PEC)</span>"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model,name:l10n_it_pec.model_res_partner
msgid "Contact"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_partner__pec_mail
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_users__pec_mail
msgid "PEC Mail"
msgstr ""

#~ msgid "Partner"
#~ msgstr "Společník"
38 changes: 38 additions & 0 deletions l10n_it_pec/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_pec
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: l10n-italy (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-12 02:39+0000\n"
"PO-Revision-Date: 2016-10-20 15:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: Danish (http://www.transifex.com/oca/OCA-l10n-italy-10-0/"
"language/da/)\n"
"Language: da\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: l10n_it_pec
#: model_terms:ir.ui.view,arch_db:l10n_it_pec.res_partner_kanban_pec_view
msgid "<span> (PEC)</span>"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model,name:l10n_it_pec.model_res_partner
msgid "Contact"
msgstr ""

#. module: l10n_it_pec
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_partner__pec_mail
#: model:ir.model.fields,field_description:l10n_it_pec.field_res_users__pec_mail
msgid "PEC Mail"
msgstr ""

#~ msgid "Partner"
#~ msgstr "Partner"
Loading