Skip to content

Commit

Permalink
[ADD] l10n_it_account: aggiunta PR OCA#4555
Browse files Browse the repository at this point in the history
  • Loading branch information
Borruso committed Jan 24, 2025
1 parent 15911a2 commit e2c1002
Show file tree
Hide file tree
Showing 23 changed files with 2,057 additions and 0 deletions.
109 changes: 109 additions & 0 deletions l10n_it_account/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
======================
ITA - Contabilità base
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:71590caf9a8eecc55bd35ab5ec4abec74c99155bcb910ee20295990b86515e4e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/18.0/l10n_it_account
: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-18-0/l10n-italy-18-0-l10n_it_account
: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/l10n-italy&target_branch=18.0
:alt: Try me on Runboat

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

**Italiano**

Modulo di supporto per la contabilità.

Usato da moduli come l10n_it_vat_registries e
account_vat_period_end_statement

Nota: lo script di migrazione non è stato testato.

**English**

Accounting-related modules helpers.

Used by modules like l10n_it_vat_registries and
account_vat_period_end_statement

Notice: the migration script hasn't been tested.

**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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_account%0Aversion:%2018.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
* Abstract

Contributors
------------

- Davide Corio
- Lorenzo Battistini <[email protected]>
- Alex Comba <[email protected]>
- Sergio Zanchetta <https://github.com/primes2h>
- Gianmarco Conte - Dinamiche Aziendali Sr
<[email protected]>
- Marco Colombo - Phi S.r.l. <[email protected]>
- `TAKOBI <https://takobi.online>`__:

- Simone Rubino <[email protected]>

Other credits
-------------

The development of this module has been financially supported by:

- Odoo Italia Network

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/18.0/l10n_it_account>`_ 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_account/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
43 changes: 43 additions & 0 deletions l10n_it_account/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 2015 Abstract srl (<http://www.abstract.it>)
# Copyright 2015-2017 Agile Business Group (<http://www.agilebg.com>)
# Copyright 2015 Link It Spa (<http://www.linkgroup.it/>)
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2018 Lorenzo Battistini <https://github.com/eLBati>
# Copyright 2020 Gianmarco Conte <[email protected]>
# Copyright 2022 Marco Colombo <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "ITA - Contabilità base",
"summary": "Modulo base usato come dipendenza di altri moduli contabili",
"version": "18.0.1.0.0",
"development_status": "Production/Stable",
"category": "Hidden",
"author": "Agile Business Group, Abstract, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"account_fiscal_year",
"account_tax_balance",
"date_range",
"web",
"l10n_it",
],
"data": [
"views/account_menuitem.xml",
"views/partner_view.xml",
"views/res_config_settings_views.xml",
"reports/account_reports_view.xml",
],
"assets": {
"web.report_assets_common": [
"l10n_it_account/static/src/css/*.css",
]
},
"installable": True,
"external_dependencies": {
"python": [
"openupgradelib",
],
},
}
153 changes: 153 additions & 0 deletions l10n_it_account/i18n/es_AR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_account
#
# Translators:
# Anael M <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-08 03:45+0000\n"
"PO-Revision-Date: 2017-12-08 03:45+0000\n"
"Last-Translator: Anael M <[email protected]>, 2017\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
"teams/23907/es_AR/)\n"
"Language: es_AR\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_account
#: model_terms:ir.ui.view,arch_db:l10n_it_account.internal_layout
msgid ""
"<br/>\n"
" <span class=\"text-end\">TIN: </span>"
msgstr ""

#. module: l10n_it_account
#: model_terms:ir.ui.view,arch_db:l10n_it_account.internal_layout
msgid ""
"<span> / </span>\n"
" <span class=\"page\"/>"
msgstr ""

#. module: l10n_it_account
#: model:ir.model,name:l10n_it_account.model_account_account
msgid "Account"
msgstr ""

#. module: l10n_it_account
#: model:ir.model,name:l10n_it_account.model_account_group
msgid "Account Group"
msgstr ""

#. module: l10n_it_account
#: model_terms:ir.ui.view,arch_db:l10n_it_account.product_template_form_view
#: model_terms:ir.ui.view,arch_db:l10n_it_account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:l10n_it_account.view_partner_property_form
msgid "Accounting"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields,field_description:l10n_it_account.field_account_group__account_ids
msgid "Accounts"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields,field_description:l10n_it_account.field_account_account__account_balance_sign
#: model:ir.model.fields,field_description:l10n_it_account.field_account_group__account_balance_sign
msgid "Balance sign"
msgstr ""

#. module: l10n_it_account
#. odoo-python
#: code:addons/l10n_it_account/models/account_account.py:0
#, python-format
msgid "Balance sign's value can only be 1 or -1."
msgstr ""

#. module: l10n_it_account
#: model:ir.ui.menu,name:l10n_it_account.menu_date_range_type_action_accounting
msgid "Date Range Types"
msgstr ""

#. module: l10n_it_account
#: model:ir.ui.menu,name:l10n_it_account.menu_date_range_action_accounting
msgid "Date Ranges"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields,field_description:l10n_it_account.field_account_tax__deductible_balance
msgid "Deductible Balance"
msgstr ""

#. module: l10n_it_account
#: model:ir.ui.menu,name:l10n_it_account.menu_date_range_generator_action
msgid "Generate Date Ranges"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields,field_description:l10n_it_account.field_account_tax__cee_type
msgid "Include in VAT register"
msgstr ""

#. module: l10n_it_account
#. odoo-python
#: code:addons/l10n_it_account/models/account_group.py:0
#, python-format
msgid "Incoherent balance signs for '{}' and its subgroups."
msgstr ""

#. module: l10n_it_account
#: model:ir.model,name:l10n_it_account.model_base_language_install
msgid "Install Language"
msgstr ""

#. module: l10n_it_account
#: model:ir.ui.menu,name:l10n_it_account.account_italian_localization
msgid "Italian Localization"
msgstr ""

#. module: l10n_it_account
#: model:ir.model,name:l10n_it_account.model_res_lang
msgid "Languages"
msgstr ""

#. module: l10n_it_account
#: model_terms:ir.ui.view,arch_db:l10n_it_account.internal_layout
msgid "Page:"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields,field_description:l10n_it_account.field_account_tax__parent_tax_ids
msgid "Parent Taxes"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields.selection,name:l10n_it_account.selection__account_tax__cee_type__purchase
msgid "Purchase"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields.selection,name:l10n_it_account.selection__account_tax__cee_type__sale
msgid "Sale"
msgstr ""

#. module: l10n_it_account
#: model:ir.model,name:l10n_it_account.model_account_tax
msgid "Tax"
msgstr "Impuesto"

#. module: l10n_it_account
#: model:ir.model.fields,field_description:l10n_it_account.field_account_tax__undeductible_balance
msgid "Undeductible Balance"
msgstr ""

#. module: l10n_it_account
#: model:ir.model.fields,help:l10n_it_account.field_account_tax__cee_type
msgid ""
"Use in the case of tax with 'VAT integration'. This specifies the VAT "
"register (sales / purchases) where the tax must be computed."
msgstr ""
Loading

0 comments on commit e2c1002

Please sign in to comment.