diff --git a/l10n_it_account_tax_kind/README.rst b/l10n_it_account_tax_kind/README.rst index 972735684317..f671c85b916c 100644 --- a/l10n_it_account_tax_kind/README.rst +++ b/l10n_it_account_tax_kind/README.rst @@ -1,6 +1,6 @@ -================================================ -Italian Localisation - Natura delle aliquote IVA -================================================ +=============================== +ITA - Natura delle aliquote IVA +=============================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! @@ -14,17 +14,25 @@ Italian Localisation - Natura delle aliquote IVA :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/12.0/l10n_it_account_tax_kind + :target: https://github.com/OCA/l10n-italy/tree/14.0--mig-l10n_it_account_tax_kind/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-12-0/l10n-italy-12-0-l10n_it_account_tax_kind + :target: https://translation.odoo-community.org/projects/l10n-italy-14-0--mig-l10n_it_account_tax_kind/l10n-italy-14-0--mig-l10n_it_account_tax_kind-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/12.0 + :target: https://runbot.odoo-community.org/runbot/122/14.0--mig-l10n_it_account_tax_kind :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| +**Italiano** + +Questo modulo estende la funzionalità delle imposte. + +Con questo modulo è possibile settare 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. @@ -37,14 +45,32 @@ With this module is possibile to set a kind of exemption for every account tax y Configuration ============= +**Italiano** + +Per configurare questo modulo, hai bisogno di: + +#. 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 -> Taxes -> Italian Localization -> Tax Exemption Kind +#. Go to Accounting -> Configuration -> Italian Localization -> Tax Exemption Kind #. Create a new exemption kind or modify existing one Usage ===== +**Italiano** + +Per usare questo modulo, c'è bisogno di: + +#. Andare su Fatturazione -> Configurazione -> Contabilità -> Imposte +#. Aprire l'imposta da modificare, andare al tab "Opzioni Avanzate" e impostare un valore a natura esenzione + +**English** + To use this module, you need to: #. Go to Accounting -> Configuration -> Accounting -> Taxes @@ -56,7 +82,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -89,6 +115,6 @@ 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 `_ project on GitHub. +This module is part of the `OCA/l10n-italy `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_it_account_tax_kind/__manifest__.py b/l10n_it_account_tax_kind/__manifest__.py index dedae3941da9..366089896579 100644 --- a/l10n_it_account_tax_kind/__manifest__.py +++ b/l10n_it_account_tax_kind/__manifest__.py @@ -2,13 +2,15 @@ # @author Francesco Apruzzese # Copyright 2017 Alex Comba - Agile Business Group # Copyright 2018 Lorenzo Battistini +# Copyright 2021 Gianmarco Conte # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - "name": "Italian Localisation - Natura delle aliquote IVA", - "version": "12.0.2.0.0", + "name": "ITA - Natura delle aliquote IVA", + "version": "14.0.1.0.0", "development_status": "Production/Stable", - "category": "Localisation/Italy", + "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", diff --git a/l10n_it_account_tax_kind/model/account_tax_kind.py b/l10n_it_account_tax_kind/model/account_tax_kind.py index cb382eba6531..2e42a78c9462 100644 --- a/l10n_it_account_tax_kind/model/account_tax_kind.py +++ b/l10n_it_account_tax_kind/model/account_tax_kind.py @@ -2,14 +2,12 @@ class AccountTaxKind(models.Model): - _name = "account.tax.kind" _description = "Tax exemption kind" code = fields.Char(string="Code", size=4, required=True) name = fields.Char(string="Name", required=True) - @api.multi def name_get(self): res = [] for tax_kind in self: diff --git a/l10n_it_account_tax_kind/readme/CONFIGURE.rst b/l10n_it_account_tax_kind/readme/CONFIGURE.rst index 3979dcdfbc86..71e20fd8366d 100644 --- a/l10n_it_account_tax_kind/readme/CONFIGURE.rst +++ b/l10n_it_account_tax_kind/readme/CONFIGURE.rst @@ -1,4 +1,13 @@ +**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 -> Taxes -> Italian Localization -> Tax Exemption Kind +#. Go to Accounting -> Configuration -> Italian Localization -> Tax Exemption Kind #. Create a new exemption kind or modify existing one diff --git a/l10n_it_account_tax_kind/readme/DESCRIPTION.rst b/l10n_it_account_tax_kind/readme/DESCRIPTION.rst index 20849e761737..3747edbd23a0 100644 --- a/l10n_it_account_tax_kind/readme/DESCRIPTION.rst +++ b/l10n_it_account_tax_kind/readme/DESCRIPTION.rst @@ -1,3 +1,11 @@ +**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. diff --git a/l10n_it_account_tax_kind/readme/USAGE.rst b/l10n_it_account_tax_kind/readme/USAGE.rst index 0ab8305d6a4e..08e6ff1b22c3 100644 --- a/l10n_it_account_tax_kind/readme/USAGE.rst +++ b/l10n_it_account_tax_kind/readme/USAGE.rst @@ -1,3 +1,12 @@ +**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 diff --git a/l10n_it_account_tax_kind/static/description/index.html b/l10n_it_account_tax_kind/static/description/index.html index 968fb7f23c0b..9df0d98f63c5 100644 --- a/l10n_it_account_tax_kind/static/description/index.html +++ b/l10n_it_account_tax_kind/static/description/index.html @@ -3,8 +3,8 @@ - -Italian Localisation - Natura delle aliquote IVA + +ITA - Natura delle aliquote IVA -
-

Italian Localisation - Natura delle aliquote IVA

+
+

ITA - Natura delle aliquote IVA

-

Production/Stable License: AGPL-3 OCA/l10n-italy Translate me on Weblate Try me on Runbot

+

Production/Stable License: AGPL-3 OCA/l10n-italy Translate me on Weblate Try me on Runbot

+

Italiano

+

Questo modulo estende la funzionalità delle imposte.

+

Con questo modulo è possibile settare 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

@@ -386,14 +390,28 @@

Italian Localisation - Natura delle aliquote IVA

Configuration

+

Italiano

+

Per configurare questo modulo, hai bisogno di:

+
    +
  1. Andare in Fatturazione -> Configurazione -> Fiscalità italiana -> Natura esenzione imposta
  2. +
  3. Creare una nuova Natura esenzione imposta o modificarne una esistente
  4. +
+

English

To configure this module, you need to:

    -
  1. Go to Accounting -> Configuration -> Taxes -> Italian Localization -> Tax Exemption Kind
  2. +
  3. Go to Accounting -> Configuration -> Italian Localization -> Tax Exemption Kind
  4. Create a new exemption kind or modify existing one

Usage

+

Italiano

+

Per usare questo modulo, c’è bisogno di:

+
    +
  1. Andare su Fatturazione -> Configurazione -> Contabilità -> Imposte
  2. +
  3. Aprire l’imposta da modificare, andare al tab “Opzioni Avanzate” e impostare un valore a natura esenzione
  4. +
+

English

To use this module, you need to:

  1. Go to Accounting -> Configuration -> Accounting -> Taxes
  2. @@ -405,7 +423,7 @@

    Bug Tracker

    Bugs are tracked on GitHub 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.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

@@ -432,7 +450,7 @@

Maintainers

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 project on GitHub.

+

This module is part of the OCA/l10n-italy project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/l10n_it_account_tax_kind/view/account_tax_kind_view.xml b/l10n_it_account_tax_kind/view/account_tax_kind_view.xml index b39ca47bc1cf..5c2669139fe6 100644 --- a/l10n_it_account_tax_kind/view/account_tax_kind_view.xml +++ b/l10n_it_account_tax_kind/view/account_tax_kind_view.xml @@ -29,7 +29,6 @@ Tax Exemption Kind ir.actions.act_window account.tax.kind - form tree,form diff --git a/l10n_it_account_tax_kind/view/account_tax_view.xml b/l10n_it_account_tax_kind/view/account_tax_view.xml index b913197e37b8..2f489cfbe939 100644 --- a/l10n_it_account_tax_kind/view/account_tax_view.xml +++ b/l10n_it_account_tax_kind/view/account_tax_view.xml @@ -6,7 +6,7 @@ account.tax - +