Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][ADD] l10n_it_vat_registries_xlsx: new module #4433

Draft
wants to merge 1 commit into
base: 16.0
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
91 changes: 91 additions & 0 deletions l10n_it_vat_registries_xlsx/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
=================================
ITA - Registri IVA - formato XLSX
=================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:323c4a7d78a06415a182ca3a809599f9e63ef3b1908b396cb87af60be47be785
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/16.0/l10n_it_vat_registries_xlsx
: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_vat_registries_xlsx
: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=16.0
:alt: Try me on Runboat

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

Law: Decreto del Presidente della Repubblica del 26 ottobre 1972 n. 633
https://goo.gl/31yTVj

**Table of contents**

.. contents::
:local:

Usage
=====

**Italiano**

Dal menu Contabilità -> Rendicontazione -> Imposte -> Registri IVA è
possibile lanciare la procedura di stampa sia in formato PDF che in
formato XLSX.

**English**

Using the menu Accounting -> Reports -> Taxes -> VAT registries it is
possible to launch the print wizard, both in PFD and XLSX format.

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_vat_registries_xlsx%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
-------

* Phi Srl

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

- 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_vat_registries_xlsx>`_ 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_vat_registries_xlsx/__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 wizard
23 changes: 23 additions & 0 deletions l10n_it_vat_registries_xlsx/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2024 Marco Colombo
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"version": "16.0.0.0.1",
"name": "ITA - Registri IVA - formato XLSX",
"category": "Localization/Italy",
"author": "Phi Srl, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"development_status": "Beta",
"depends": [
"base",
"product",
"report_xlsx_helper",
"l10n_it_vat_registries",
],
"data": [
"wizard/print_registro_iva.xml",
"report/reports.xml",
],
"installable": True,
}
181 changes: 181 additions & 0 deletions l10n_it_vat_registries_xlsx/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_it_vat_registries_xlsx
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-31 15:46+0000\n"
"PO-Revision-Date: 2024-10-31 16:52+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.0.1\n"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "BUSINESS NAME"
msgstr "RAGIONE SOCIALE"

#. module: l10n_it_vat_registries_xlsx
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
msgid "Deductible"
msgstr "Detraibile"

#. module: l10n_it_vat_registries_xlsx
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
msgid "Description"
msgstr "Descrizione"

#. module: l10n_it_vat_registries_xlsx
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
msgid "General Total EUR"
msgstr "Totale generale EUR"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "INV. DATE"
msgstr "DATA FATT."

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "INV. NUM."
msgstr "NUM. FATT."

#. module: l10n_it_vat_registries_xlsx
#: model:ir.actions.report,name:l10n_it_vat_registries_xlsx.action_report_registro_iva
msgid "Invoices VAT Registry XLSX"
msgstr "Registro IVA fatture XLSX"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#, python-format
msgid "N/A"
msgstr "N.D."

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#, python-format
msgid ""
"No journals found in the current selection.\n"
"Please load them before to retry!"
msgstr ""
"Nessun registro trovato nella selezione corrente.\n"
"Caricarli prima di riprovare!"

#. module: l10n_it_vat_registries_xlsx
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
msgid "Non-Deductible"
msgstr "Indetraibile"

#. module: l10n_it_vat_registries_xlsx
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.wizard_registro_iva
msgid "Print XLSX"
msgstr "Stampa XLSX"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "REASON"
msgstr "CAUSALE"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "REG. DATE"
msgstr "DATA REG."

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "REG. NUM."
msgstr "NUM. REG."

#. module: l10n_it_vat_registries_xlsx
#: model:ir.model,name:l10n_it_vat_registries_xlsx.model_wizard_registro_iva
msgid "Run VAT registry"
msgstr "Stampa Registro IVA"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "TIN"
msgstr "P.IVA"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "TOTAL"
msgstr "TOTALE"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "Tax"
msgstr "Imposta"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "Tax description"
msgstr "Descrizione imposta"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
#, python-format
msgid "Taxable"
msgstr "Imponibile"

#. module: l10n_it_vat_registries_xlsx
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.report_registro_iva
msgid "Totals"
msgstr "Totali"

#. module: l10n_it_vat_registries_xlsx
#. odoo-python
#: code:addons/l10n_it_vat_registries_xlsx/wizard/print_registro_iva.py:0
#, python-format
msgid "VAT settlement date"
msgstr "Data competenza IVA"

#. module: l10n_it_vat_registries_xlsx
#: model:ir.model,name:l10n_it_vat_registries_xlsx.model_report_l10n_it_vat_registries_xlsx_action_report_registro_iva
msgid "XLSX report for VAT registries"
msgstr "Resoconto XLSX registro IVA"

#. module: l10n_it_vat_registries_xlsx
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries_xlsx.wizard_registro_iva
msgid "or"
msgstr "oppure"
3 changes: 3 additions & 0 deletions l10n_it_vat_registries_xlsx/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions l10n_it_vat_registries_xlsx/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Marco Colombo \<<marco.colombo@phi.technology>\>
2 changes: 2 additions & 0 deletions l10n_it_vat_registries_xlsx/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Law: Decreto del Presidente della Repubblica del 26 ottobre 1972 n. 633
<https://goo.gl/31yTVj>
10 changes: 10 additions & 0 deletions l10n_it_vat_registries_xlsx/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**Italiano**

Dal menu Contabilità -\> Rendicontazione -\> Imposte -\> Registri IVA è
possibile lanciare la procedura di stampa sia in formato PDF che in formato
XLSX.

**English**

Using the menu Accounting -\> Reports -\> Taxes -\> VAT registries it is
possible to launch the print wizard, both in PFD and XLSX format.
14 changes: 14 additions & 0 deletions l10n_it_vat_registries_xlsx/report/reports.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="action_report_registro_iva" model="ir.actions.report">
<field name="name">Invoices VAT Registry XLSX</field>
<field name="model">account.move</field>
<field name="report_type">xlsx</field>
<field
name="report_name"
>l10n_it_vat_registries_xlsx.report_registro_iva</field>
<field
name="report_file"
>l10n_it_vat_registries_xlsx.report_registro_iva</field>
</record>
</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading