Skip to content

Commit

Permalink
Merge PR #1930 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by tafaRU
  • Loading branch information
OCA-git-bot committed Nov 20, 2020
2 parents 2656fd5 + ac84431 commit 7450bdc
Show file tree
Hide file tree
Showing 66 changed files with 6,190 additions and 0 deletions.
98 changes: 98 additions & 0 deletions l10n_it_rea/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
==================
ITA - Registro REA
==================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |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-mig-l10n_it_rea/l10n_it_rea
: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-mig-l10n_it_rea/l10n-italy-14-0-mig-l10n_it_rea-l10n_it_rea
: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-mig-l10n_it_rea
:alt: Try me on Runbot

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

**Italiano**

Questo modulo aggiunge al partner i campi relativi ai dati REA (Repertorio Economico Amministrativo).

http://www.registroimprese.it/codice-fiscale-p.iva-rea

I campi vengono aggiunti nella sezione contabile della scheda del partner, dove è possibile inserire i dati del Registro Imprese.

I dati REA sono anche disponibili nella scheda dell'azienda. Valorizzandoli, il campo "Registro Imprese" verrà calcolato di conseguenza.

**English**

This module implement fields of REA data in partner.

http://www.registroimprese.it/codice-fiscale-p.iva-rea

Fields are added on accounting page of partner form, where you can
add data of business register.

REA fields are also available in company form and, filling them, Company Registry will be computed accordingly.

**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_rea%0Aversion:%2014.0-mig-l10n_it_rea%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
* Odoo Italia Network

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

* Alessio Gerace
* Nicola Malcontenti <[email protected]>
* Lorenzo Battistini <https://github.com/eLBati>
* Andrea Gallina
* Sergio Zanchetta <https://github.com/primes2h>
* Gianmarco Conte - Dinamiche Aziendali Srl <[email protected]>

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-mig-l10n_it_rea/l10n_it_rea>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions l10n_it_rea/__init__.py
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
25 changes: 25 additions & 0 deletions l10n_it_rea/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2015 Alessio Gerace <[email protected]>
# Copyright 2016 Andrea Gallina (Apulia Software)
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2020 Gianmarco Conte (Dinamiche Aziendali Srl)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "ITA - Registro REA",
"version": "14.0.1.0.0",
"category": "Localisation/Italy",
"development_status": "Production/Stable",
"summary": "Gestisce i campi del Repertorio Economico Amministrativo",
"author": "Agile Business Group, Odoo Italia Network,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": ["account"],
"data": [
"views/partner_view.xml",
"views/company_view.xml",
],
"installable": True,
}
108 changes: 108 additions & 0 deletions l10n_it_rea/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_rea
#
# 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-19 16:37+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_rea
#: code:addons/l10n_it_rea/models/res_company.py:54
#, python-format
msgid "%s - %s / Share Cap. %s € / %s / %s"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model,name:l10n_it_rea.model_res_company
msgid "Companies"
msgstr ""

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

#. module: l10n_it_rea
#: selection:res.partner,rea_liquidation_state:0
msgid "In liquidation"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_liquidation_state
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_liquidation_state
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_liquidation_state
msgid "Liquidation State"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_member_type
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_member_type
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_member_type
msgid "Member Type"
msgstr ""

#. module: l10n_it_rea
#: selection:res.partner,rea_member_type:0
msgid "Multiple Members"
msgstr ""

#. module: l10n_it_rea
#: selection:res.partner,rea_liquidation_state:0
msgid "Not in liquidation"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_office
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_office
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_office
msgid "Office Province"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_code
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_code
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_code
msgid "REA Code"
msgstr ""

#. module: l10n_it_rea
#: model_terms:ir.ui.view,arch_db:l10n_it_rea.view_company_form_rea
msgid "REA Data"
msgstr ""

#. module: l10n_it_rea
#: model_terms:ir.ui.view,arch_db:l10n_it_rea.view_rea_partner_form
msgid "REA Registration"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_capital
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_capital
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_capital
msgid "Share Capital"
msgstr ""

#. module: l10n_it_rea
#: sql_constraint:res.partner:0
msgid "The rea code code must be unique per company !"
msgstr ""

#. module: l10n_it_rea
#: selection:res.partner,rea_member_type:0
msgid "Unique Member"
msgstr ""

#~ msgid "Partner"
#~ msgstr "ተባባሪ"
109 changes: 109 additions & 0 deletions l10n_it_rea/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_rea
#
# 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-19 16:37+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_rea
#: code:addons/l10n_it_rea/models/res_company.py:54
#, python-format
msgid "%s - %s / Share Cap. %s € / %s / %s"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model,name:l10n_it_rea.model_res_company
msgid "Companies"
msgstr ""

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

#. module: l10n_it_rea
#: selection:res.partner,rea_liquidation_state:0
msgid "In liquidation"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_liquidation_state
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_liquidation_state
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_liquidation_state
msgid "Liquidation State"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_member_type
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_member_type
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_member_type
msgid "Member Type"
msgstr ""

#. module: l10n_it_rea
#: selection:res.partner,rea_member_type:0
msgid "Multiple Members"
msgstr ""

#. module: l10n_it_rea
#: selection:res.partner,rea_liquidation_state:0
msgid "Not in liquidation"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_office
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_office
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_office
msgid "Office Province"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_code
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_code
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_code
msgid "REA Code"
msgstr ""

#. module: l10n_it_rea
#: model_terms:ir.ui.view,arch_db:l10n_it_rea.view_company_form_rea
msgid "REA Data"
msgstr ""

#. module: l10n_it_rea
#: model_terms:ir.ui.view,arch_db:l10n_it_rea.view_rea_partner_form
msgid "REA Registration"
msgstr ""

#. module: l10n_it_rea
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_company__rea_capital
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_partner__rea_capital
#: model:ir.model.fields,field_description:l10n_it_rea.field_res_users__rea_capital
msgid "Share Capital"
msgstr ""

#. module: l10n_it_rea
#: sql_constraint:res.partner:0
msgid "The rea code code must be unique per company !"
msgstr ""

#. module: l10n_it_rea
#: selection:res.partner,rea_member_type:0
msgid "Unique Member"
msgstr ""

#~ msgid "Partner"
#~ msgstr "الشريك"
Loading

0 comments on commit 7450bdc

Please sign in to comment.