diff --git a/l10n_es_vat_book_igic/README.rst b/l10n_es_vat_book_igic/README.rst new file mode 100644 index 00000000000..dd8c9d8ed7d --- /dev/null +++ b/l10n_es_vat_book_igic/README.rst @@ -0,0 +1,119 @@ +============= +Libro de IGIC +============= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:4bb80aff2c5ece008932733a72d85331ce0e5500d105f25dcbedc01de88d88 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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--spain-lightgray.png?logo=github + :target: https://github.com/OCA/l10n-spain/tree/15.0/l10n_es_vat_book_igic + :alt: OCA/l10n-spain +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_vat_book_igic + :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-spain&target_branch=15.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Módulo que añade los mapeos del libro de IGIC español al Libro de IVA. + +Esto módulo introduce los mapeos del IGIC en Contabilidad -> Informe -> +Declaraciones ATC -> Libro de IVA. + +Es posible visualizar e imprimir por separado: + +* Libro Registro de Facturas Emitidas +* Libro Registro de Facturas Recibidas + +Es posible exportar los registros a archivo con extensión xlsx. + +En el modo de visualización de los informes es posible navegar a los asientos +contables relacionados con la factura. + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +Para instalar este modulo necesitas: + +* l10n_es_igic +* l10n_es_vat_book + +Se instalan automáticamente si están disponibles en la lista de addons. + +Configuration +============= + +Los códigos de impuestos incluidos en el Libro de IVA pueden verse en: +Contabilidad -> Configuración -> AEAT -> Mapeo AEAT libro de IVA + +Usage +===== + +Para crear un libro de IVA con los impuestos canarios se debe añadir la *Agencia Tributaria Canaria* en el campo *tax_agency_id* del libro. + +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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Binhex System Solutions + +Contributors +~~~~~~~~~~~~ + +* Nicolás Ramos +* Almudena de La Puente + +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. + +.. |maintainer-nicolasramos| image:: https://github.com/nicolasramos.png?size=40px + :target: https://github.com/nicolasramos + :alt: nicolasramos + +Current `maintainer `__: + +|maintainer-nicolasramos| + +This module is part of the `OCA/l10n-spain `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_es_vat_book_igic/__init__.py b/l10n_es_vat_book_igic/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/l10n_es_vat_book_igic/__manifest__.py b/l10n_es_vat_book_igic/__manifest__.py new file mode 100644 index 00000000000..3257132d329 --- /dev/null +++ b/l10n_es_vat_book_igic/__manifest__.py @@ -0,0 +1,14 @@ +# Copyright 2014-2023 Binhex - Nicolás Ramos (http://binhex.es) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +{ + "name": "Libro de IGIC", + "version": "15.0.1.0.0", + "author": "Binhex System Solutions, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/l10n-spain", + "license": "AGPL-3", + "category": "Accounting", + "depends": ["l10n_es_igic", "l10n_es_vat_book"], + "data": ["data/atc_vat_book_igic_map_data.xml"], + "maintainers": ["nicolasramos"], + "installable": True, +} diff --git a/l10n_es_vat_book_igic/data/atc_vat_book_igic_map_data.xml b/l10n_es_vat_book_igic/data/atc_vat_book_igic_map_data.xml new file mode 100644 index 00000000000..9d9b3ae43e8 --- /dev/null +++ b/l10n_es_vat_book_igic/data/atc_vat_book_igic_map_data.xml @@ -0,0 +1,88 @@ + + + + IGIC Repercutido + issued + + N + O + + + + IGIC Soportado + received + + O + P + + + + + + Recargo Eq. + received + req + R + S + + + diff --git a/l10n_es_vat_book_igic/i18n/l10n_es_vat_book_igic.pot b/l10n_es_vat_book_igic/i18n/l10n_es_vat_book_igic.pot new file mode 100644 index 00000000000..a11baf5cd77 --- /dev/null +++ b/l10n_es_vat_book_igic/i18n/l10n_es_vat_book_igic.pot @@ -0,0 +1,13 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" diff --git a/l10n_es_vat_book_igic/readme/CONFIGURE.rst b/l10n_es_vat_book_igic/readme/CONFIGURE.rst new file mode 100644 index 00000000000..0cc87be0797 --- /dev/null +++ b/l10n_es_vat_book_igic/readme/CONFIGURE.rst @@ -0,0 +1,2 @@ +Los códigos de impuestos incluidos en el Libro de IVA pueden verse en: +Contabilidad -> Configuración -> AEAT -> Mapeo AEAT libro de IVA diff --git a/l10n_es_vat_book_igic/readme/CONTRIBUTORS.rst b/l10n_es_vat_book_igic/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..d2b6810f2a8 --- /dev/null +++ b/l10n_es_vat_book_igic/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Nicolás Ramos diff --git a/l10n_es_vat_book_igic/readme/DESCRIPTION.rst b/l10n_es_vat_book_igic/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..6348bc23c99 --- /dev/null +++ b/l10n_es_vat_book_igic/readme/DESCRIPTION.rst @@ -0,0 +1,14 @@ +Módulo que añade los mapeos del libro de IGIC español al Libro de IVA. + +Esto módulo introduce los mapeos del IGIC en Contabilidad -> Informe -> +Declaraciones ATC -> Libro de IVA. + +Es posible visualizar e imprimir por separado: + +* Libro Registro de Facturas Emitidas +* Libro Registro de Facturas Recibidas + +Es posible exportar los registros a archivo con extensión xlsx. + +En el modo de visualización de los informes es posible navegar a los asientos +contables relacionados con la factura. diff --git a/l10n_es_vat_book_igic/readme/INSTALL.rst b/l10n_es_vat_book_igic/readme/INSTALL.rst new file mode 100644 index 00000000000..1746a43f86e --- /dev/null +++ b/l10n_es_vat_book_igic/readme/INSTALL.rst @@ -0,0 +1,6 @@ +Para instalar este modulo necesitas: + +* l10n_es_igic +* l10n_es_vat_book + +Se instalan automáticamente si están disponibles en la lista de addons. diff --git a/l10n_es_vat_book_igic/readme/USAGE.rst b/l10n_es_vat_book_igic/readme/USAGE.rst new file mode 100644 index 00000000000..332c6e53dde --- /dev/null +++ b/l10n_es_vat_book_igic/readme/USAGE.rst @@ -0,0 +1 @@ +Para crear un libro de IVA con los impuestos canarios se debe añadir la *Agencia Tributaria Canaria* en el campo *tax_agency_id* del libro. diff --git a/l10n_es_vat_book_igic/static/description/icon.png b/l10n_es_vat_book_igic/static/description/icon.png new file mode 100644 index 00000000000..06ba922dee9 Binary files /dev/null and b/l10n_es_vat_book_igic/static/description/icon.png differ diff --git a/l10n_es_vat_book_igic/static/description/index.html b/l10n_es_vat_book_igic/static/description/index.html new file mode 100644 index 00000000000..a4f60bedc33 --- /dev/null +++ b/l10n_es_vat_book_igic/static/description/index.html @@ -0,0 +1,456 @@ + + + + + +Libro de IGIC + + + +
+

Libro de IGIC

+ + +

Beta License: AGPL-3 OCA/l10n-spain Translate me on Weblate Try me on Runboat

+

Módulo que añade los mapeos del libro de IGIC español al Libro de IVA.

+

Esto módulo introduce los mapeos del IGIC en Contabilidad -> Informe -> +Declaraciones ATC -> Libro de IVA.

+

Es posible visualizar e imprimir por separado:

+
    +
  • Libro Registro de Facturas Emitidas
  • +
  • Libro Registro de Facturas Recibidas
  • +
+

Es posible exportar los registros a archivo con extensión xlsx.

+

En el modo de visualización de los informes es posible navegar a los asientos +contables relacionados con la factura.

+

Table of contents

+ +
+

Installation

+

Para instalar este modulo necesitas:

+
    +
  • l10n_es_igic
  • +
  • l10n_es_vat_book
  • +
+

Se instalan automáticamente si están disponibles en la lista de addons.

+
+
+

Configuration

+

Los códigos de impuestos incluidos en el Libro de IVA pueden verse en: +Contabilidad -> Configuración -> AEAT -> Mapeo AEAT libro de IVA

+
+
+

Usage

+

Para crear un libro de IVA con los impuestos canarios se debe añadir la Agencia Tributaria Canaria en el campo tax_agency_id del libro.

+
+
+

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 to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Binhex System Solutions
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

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.

+

Current maintainer:

+

nicolasramos

+

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

+

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

+
+
+
+ + diff --git a/setup/l10n_es_vat_book_igic/odoo/addons/l10n_es_vat_book_igic b/setup/l10n_es_vat_book_igic/odoo/addons/l10n_es_vat_book_igic new file mode 120000 index 00000000000..4a75af79d2f --- /dev/null +++ b/setup/l10n_es_vat_book_igic/odoo/addons/l10n_es_vat_book_igic @@ -0,0 +1 @@ +../../../../l10n_es_vat_book_igic \ No newline at end of file diff --git a/setup/l10n_es_vat_book_igic/setup.py b/setup/l10n_es_vat_book_igic/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/l10n_es_vat_book_igic/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)