-
-
Notifications
You must be signed in to change notification settings - Fork 307
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 eLBati
- Loading branch information
Showing
87 changed files
with
7,323 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,121 @@ | ||
=============================== | ||
ITA - Natura delle aliquote IVA | ||
=============================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! 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/16.0/l10n_it_account_tax_kind | ||
: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-16-0/l10n-italy-16-0-l10n_it_account_tax_kind | ||
: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/16.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
**Italiano** | ||
|
||
Questo modulo estende la funzionalità delle imposte. | ||
|
||
Con questo modulo è possibile assegnare un tipo di esenzione per ogni imposta. | ||
|
||
**English** | ||
|
||
This module extends the functionality of account tax. | ||
|
||
With this module is possibile to set a kind of exemption for every account tax you need. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
**Italiano** | ||
|
||
Per configurare questo modulo, è necessario: | ||
|
||
#. Andare in Fatturazione -> Configurazione -> Fiscalità italiana -> Natura esenzione imposta | ||
#. Creare una nuova natura esenzione imposta o modificarne una esistente | ||
|
||
**English** | ||
|
||
To configure this module, you need to: | ||
|
||
#. Go to Accounting -> Configuration -> Italian Localization -> Tax Exemption Kind | ||
#. Create a new exemption kind or modify existing one | ||
|
||
Usage | ||
===== | ||
|
||
**Italiano** | ||
|
||
Per usare questo modulo, è necessario: | ||
|
||
#. Andare su Fatturazione -> Configurazione -> Contabilità -> Imposte | ||
#. Aprire l'imposta da modificare, andare nella scheda "Opzioni avanzate" e impostare un valore per natura esenzione | ||
|
||
**English** | ||
|
||
To use this module, you need to: | ||
|
||
#. Go to Accounting -> Configuration -> Accounting -> Taxes | ||
#. Open the tax to modify, go to "Advanced Options" tab and set an Exemption Kind value | ||
|
||
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_account_tax_kind%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 | ||
~~~~~~~ | ||
|
||
* Apulia Software s.r.l | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Apruzzese Francesco <f.apruzzese@apuliasoftware.it> | ||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com> | ||
* Alex Comba <alex.comba@agilebg.com> | ||
* Gianmarco Conte <gconte@dinamicheaziendali.it> | ||
* Marco Colombo <marco.colombo@phi.technology> | ||
|
||
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/16.0/l10n_it_account_tax_kind>`_ 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 (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import model |
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,28 @@ | ||
# Copyright 2017 Apulia Software s.r.l. (http://www.apuliasoftware.it) | ||
# @author Francesco Apruzzese <f.apruzzese@apuliasoftware.it> | ||
# Copyright 2017 Alex Comba - Agile Business Group | ||
# Copyright 2018 Lorenzo Battistini <https://github.com/eLBati> | ||
# Copyright 2021 Gianmarco Conte <gconte@dinamicheaziendali.it> | ||
# Copyright 2022 Marco Colombo <marco.colombo@phi.technology> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "ITA - Natura delle aliquote IVA", | ||
"version": "16.0.1.0.0", | ||
"development_status": "Production/Stable", | ||
"category": "Localization/Italy", | ||
"summary": "Gestione natura delle aliquote IVA", | ||
"author": "Odoo Community Association (OCA), Apulia Software s.r.l", | ||
"website": "https://github.com/OCA/l10n-italy", | ||
"license": "AGPL-3", | ||
"depends": [ | ||
"l10n_it_account", | ||
], | ||
"data": [ | ||
"view/account_tax_kind_view.xml", | ||
"view/account_tax_view.xml", | ||
"data/account.tax.kind.csv", | ||
"security/ir.model.access.csv", | ||
], | ||
"installable": True, | ||
} |
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,25 @@ | ||
id,code,name | ||
n1,N1,Escluse ex art. 15 | ||
n2,N2,Non soggette | ||
n3,N3,Non imponibili | ||
n4,N4,Esenti | ||
n5,N5,Regime del margine / IVA non esposta in fattura | ||
n6,N6,Inversione contabile | ||
n7,N7,IVA assolta in altro stato UE | ||
n2_1,N2.1,non soggette ad IVA ai sensi degli artt. da 7 a 7-septies del DPR 633/72 | ||
n2_2,N2.2,non soggette – altri casi | ||
n3_1,N3.1,non imponibili – esportazioni | ||
n3_2,N3.2,non imponibili – cessioni intracomunitarie | ||
n3_3,N3.3,non imponibili – cessioni verso San Marino | ||
n3_4,N3.4,non imponibili – operazioni assimilate alle cessioni all’esportazione | ||
n3_5,N3.5,non imponibili – a seguito di dichiarazioni d’intento | ||
n3_6,N3.6,non imponibili – altre operazioni che non concorrono alla formazione del plafond | ||
n6_1,N6.1,inversione contabile – cessione di rottami e altri materiali di recupero | ||
n6_2,N6.2,inversione contabile – cessione di oro e argento puro | ||
n6_3,N6.3,inversione contabile – subappalto nel settore edile | ||
n6_4,N6.4,inversione contabile – cessione di fabbricati | ||
n6_5,N6.5,inversione contabile – cessione di telefoni cellulari | ||
n6_6,N6.6,inversione contabile – cessione di prodotti elettronici | ||
n6_7,N6.7,inversione contabile – prestazioni comparto edile e settori connessi | ||
n6_8,N6.8,inversione contabile – operazioni settore energetico | ||
n6_9,N6.9,inversione contabile – altri casi |
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,96 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * l10n_it_account_tax_kind | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-06-01 08:10+0000\n" | ||
"PO-Revision-Date: 2018-06-01 08:10+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/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_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__code | ||
msgid "Code" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__create_uid | ||
msgid "Created by" | ||
msgstr "Creado por" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__create_date | ||
msgid "Created on" | ||
msgstr "Creado en" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__display_name | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__kind_id | ||
#: model_terms:ir.ui.view,arch_db:l10n_it_account_tax_kind.view_account_tax_search_tax_kind | ||
msgid "Exemption Kind" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__id | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax____last_update | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Última actualización por" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__write_date | ||
msgid "Last Updated on" | ||
msgstr "Última actualización en" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__law_reference | ||
msgid "Law reference" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__name | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model,name:l10n_it_account_tax_kind.model_account_tax | ||
msgid "Tax" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.actions.act_window,name:l10n_it_account_tax_kind.view_account_tax_kind_action | ||
#: model:ir.ui.menu,name:l10n_it_account_tax_kind.account_tax_kind_menu | ||
#: model_terms:ir.ui.view,arch_db:l10n_it_account_tax_kind.view_account_tax_kind_form | ||
#: model_terms:ir.ui.view,arch_db:l10n_it_account_tax_kind.view_account_tax_kind_tree | ||
msgid "Tax Exemption Kind" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model,name:l10n_it_account_tax_kind.model_account_tax_kind | ||
msgid "Tax exemption kind" | ||
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,97 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * l10n_it_account_tax_kind | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-06-01 08:10+0000\n" | ||
"PO-Revision-Date: 2018-06-01 08:10+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__code | ||
msgid "Code" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__create_uid | ||
msgid "Created by" | ||
msgstr "أنشئ بواسطة" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__create_date | ||
msgid "Created on" | ||
msgstr "أنشئ في" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__display_name | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__kind_id | ||
#: model_terms:ir.ui.view,arch_db:l10n_it_account_tax_kind.view_account_tax_search_tax_kind | ||
msgid "Exemption Kind" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__id | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__id | ||
msgid "ID" | ||
msgstr "المعرف" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax____last_update | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind____last_update | ||
msgid "Last Modified on" | ||
msgstr "آخر تعديل في" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__write_uid | ||
msgid "Last Updated by" | ||
msgstr "آخر تحديث بواسطة" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__write_date | ||
msgid "Last Updated on" | ||
msgstr "آخر تحديث في" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax__law_reference | ||
msgid "Law reference" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model.fields,field_description:l10n_it_account_tax_kind.field_account_tax_kind__name | ||
msgid "Name" | ||
msgstr "الاسم" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model,name:l10n_it_account_tax_kind.model_account_tax | ||
msgid "Tax" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.actions.act_window,name:l10n_it_account_tax_kind.view_account_tax_kind_action | ||
#: model:ir.ui.menu,name:l10n_it_account_tax_kind.account_tax_kind_menu | ||
#: model_terms:ir.ui.view,arch_db:l10n_it_account_tax_kind.view_account_tax_kind_form | ||
#: model_terms:ir.ui.view,arch_db:l10n_it_account_tax_kind.view_account_tax_kind_tree | ||
msgid "Tax Exemption Kind" | ||
msgstr "" | ||
|
||
#. module: l10n_it_account_tax_kind | ||
#: model:ir.model,name:l10n_it_account_tax_kind.model_account_tax_kind | ||
msgid "Tax exemption kind" | ||
msgstr "" |
Oops, something went wrong.