From b471e46c49bda5a35c804695be1ed649dc36b74c Mon Sep 17 00:00:00 2001 From: Christian-RB Date: Mon, 4 Mar 2024 10:39:31 +0000 Subject: [PATCH 1/4] [16.0][ADD] l10n_es_aeat_mod347_igic --- l10n_es_aeat_mod347_igic/README.rst | 94 ++++ l10n_es_aeat_mod347_igic/__init__.py | 1 + l10n_es_aeat_mod347_igic/__manifest__.py | 19 + .../data/tax_code_map_mod347_igic_data.xml | 71 +++ .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 1 + l10n_es_aeat_mod347_igic/readme/INSTALL.rst | 6 + .../static/description/icon.png | Bin 0 -> 4648 bytes .../static/description/index.html | 433 ++++++++++++++++++ 9 files changed, 626 insertions(+) create mode 100644 l10n_es_aeat_mod347_igic/README.rst create mode 100644 l10n_es_aeat_mod347_igic/__init__.py create mode 100644 l10n_es_aeat_mod347_igic/__manifest__.py create mode 100644 l10n_es_aeat_mod347_igic/data/tax_code_map_mod347_igic_data.xml create mode 100644 l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst create mode 100644 l10n_es_aeat_mod347_igic/readme/DESCRIPTION.rst create mode 100644 l10n_es_aeat_mod347_igic/readme/INSTALL.rst create mode 100644 l10n_es_aeat_mod347_igic/static/description/icon.png create mode 100644 l10n_es_aeat_mod347_igic/static/description/index.html diff --git a/l10n_es_aeat_mod347_igic/README.rst b/l10n_es_aeat_mod347_igic/README.rst new file mode 100644 index 00000000000..2fb348207fe --- /dev/null +++ b/l10n_es_aeat_mod347_igic/README.rst @@ -0,0 +1,94 @@ +==================== +AEAT modelo 347 IGIC +==================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:a7ada9531d4bde1339f8d5174f6619b29109be0f24b9ed205dcde22226b6cdf9 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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_es_aeat_mod347_igic-lightgray.png?logo=github + :target: https://github.com/OCA/l10n_es_aeat_mod347_igic/tree/16.0/l10n_es_aeat_mod347_igic + :alt: OCA/l10n_es_aeat_mod347_igic +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/l10n_es_aeat_mod347_igic-16-0/l10n_es_aeat_mod347_igic-16-0-l10n_es_aeat_mod347_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_es_aeat_mod347_igic&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Módulo para el mapeo de los impuestos de Canarias para el modelo 347 de la AEAT + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +Para instalar este modulo necesitas: + +* l10n_es_igic +* l10n_es_aeat_mod347 + +Se instalan automáticamente si están disponibles en la lista de addons. + +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 + +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_es_aeat_mod347_igic `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_es_aeat_mod347_igic/__init__.py b/l10n_es_aeat_mod347_igic/__init__.py new file mode 100644 index 00000000000..d9d1f13deb5 --- /dev/null +++ b/l10n_es_aeat_mod347_igic/__init__.py @@ -0,0 +1 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/l10n_es_aeat_mod347_igic/__manifest__.py b/l10n_es_aeat_mod347_igic/__manifest__.py new file mode 100644 index 00000000000..d0b72c22f05 --- /dev/null +++ b/l10n_es_aeat_mod347_igic/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright 2014-2023 Binhex - Nicolás Ramos (http://binhex.es) + +{ + "name": "AEAT modelo 347 IGIC", + "version": "16.0.1.0.0", + "author": "Binhex System Solutions," "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/l10n-spain", + "category": "Accounting", + "license": "AGPL-3", + "depends": [ + "l10n_es_igic", + "l10n_es_aeat_mod347", + ], + "data": [ + "data/tax_code_map_mod347_igic_data.xml", + ], + "maintainers": ["nicolasramos"], + "installable": True, +} diff --git a/l10n_es_aeat_mod347_igic/data/tax_code_map_mod347_igic_data.xml b/l10n_es_aeat_mod347_igic/data/tax_code_map_mod347_igic_data.xml new file mode 100644 index 00000000000..848ca3ff480 --- /dev/null +++ b/l10n_es_aeat_mod347_igic/data/tax_code_map_mod347_igic_data.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + diff --git a/l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst b/l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..d2b6810f2a8 --- /dev/null +++ b/l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Nicolás Ramos diff --git a/l10n_es_aeat_mod347_igic/readme/DESCRIPTION.rst b/l10n_es_aeat_mod347_igic/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..46538d9a1a1 --- /dev/null +++ b/l10n_es_aeat_mod347_igic/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Módulo para el mapeo de los impuestos de Canarias para el modelo 347 de la AEAT diff --git a/l10n_es_aeat_mod347_igic/readme/INSTALL.rst b/l10n_es_aeat_mod347_igic/readme/INSTALL.rst new file mode 100644 index 00000000000..2e29a791dba --- /dev/null +++ b/l10n_es_aeat_mod347_igic/readme/INSTALL.rst @@ -0,0 +1,6 @@ +Para instalar este modulo necesitas: + +* l10n_es_igic +* l10n_es_aeat_mod347 + +Se instalan automáticamente si están disponibles en la lista de addons. diff --git a/l10n_es_aeat_mod347_igic/static/description/icon.png b/l10n_es_aeat_mod347_igic/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..781f2e6a09818f1c2e8f36d6a659b0b234007079 GIT binary patch literal 4648 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 + + + + + +AEAT modelo 347 IGIC + + + +
+

AEAT modelo 347 IGIC

+ + +

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

+

Módulo para el mapeo de los impuestos de Canarias para el modelo 347 de la AEAT

+

Table of contents

+ +
+

Installation

+

Para instalar este modulo necesitas:

+
    +
  • l10n_es_igic
  • +
  • l10n_es_aeat_mod347
  • +
+

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

+
+
+

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

+

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

+
+
+
+ + From 14b808716d3e08a8c619d82d89d2185272c643e6 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Wed, 6 Mar 2024 14:47:03 +0000 Subject: [PATCH 2/4] [UPD] Update l10n_es_aeat_mod347_igic.pot --- .../i18n/l10n_es_aeat_mod347_igic.pot | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_igic.pot diff --git a/l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_igic.pot b/l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_igic.pot new file mode 100644 index 00000000000..78d58d53fe0 --- /dev/null +++ b/l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_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 16.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" From 7df915f7d3a2d74fe53d45503297260aad36a11f Mon Sep 17 00:00:00 2001 From: almumu Date: Tue, 6 Aug 2024 10:24:14 +0200 Subject: [PATCH 3/4] [IMP] l10n_es_aeat_mod347_igic: pre-commit auto fixes --- .../odoo/addons/l10n_es_aeat_mod347_igic | 1 + setup/l10n_es_aeat_mod347_igic/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/l10n_es_aeat_mod347_igic/odoo/addons/l10n_es_aeat_mod347_igic create mode 100644 setup/l10n_es_aeat_mod347_igic/setup.py diff --git a/setup/l10n_es_aeat_mod347_igic/odoo/addons/l10n_es_aeat_mod347_igic b/setup/l10n_es_aeat_mod347_igic/odoo/addons/l10n_es_aeat_mod347_igic new file mode 120000 index 00000000000..831a0419b9e --- /dev/null +++ b/setup/l10n_es_aeat_mod347_igic/odoo/addons/l10n_es_aeat_mod347_igic @@ -0,0 +1 @@ +../../../../l10n_es_aeat_mod347_igic \ No newline at end of file diff --git a/setup/l10n_es_aeat_mod347_igic/setup.py b/setup/l10n_es_aeat_mod347_igic/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/l10n_es_aeat_mod347_igic/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From e5bb477493b5b360d39945cc80fbdb7ec4712099 Mon Sep 17 00:00:00 2001 From: almumu Date: Tue, 6 Aug 2024 10:25:58 +0200 Subject: [PATCH 4/4] [MIG] l10n_es_aeat_mod347_igic: Backport from 16.0 to 15.0 --- l10n_es_aeat_mod347_igic/README.rst | 17 ++++--- l10n_es_aeat_mod347_igic/__manifest__.py | 2 +- .../i18n/l10n_es_aeat_mod347_igic.pot | 2 +- .../readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 51 ++++++++++--------- 5 files changed, 39 insertions(+), 34 deletions(-) diff --git a/l10n_es_aeat_mod347_igic/README.rst b/l10n_es_aeat_mod347_igic/README.rst index 2fb348207fe..71a5369178c 100644 --- a/l10n_es_aeat_mod347_igic/README.rst +++ b/l10n_es_aeat_mod347_igic/README.rst @@ -16,14 +16,14 @@ AEAT modelo 347 IGIC .. |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_es_aeat_mod347_igic-lightgray.png?logo=github - :target: https://github.com/OCA/l10n_es_aeat_mod347_igic/tree/16.0/l10n_es_aeat_mod347_igic - :alt: OCA/l10n_es_aeat_mod347_igic +.. |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_aeat_mod347_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_es_aeat_mod347_igic-16-0/l10n_es_aeat_mod347_igic-16-0-l10n_es_aeat_mod347_igic + :target: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_aeat_mod347_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_es_aeat_mod347_igic&target_branch=16.0 + :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| @@ -48,10 +48,10 @@ Se instalan automáticamente si están disponibles en la lista de addons. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -67,6 +67,7 @@ Contributors ~~~~~~~~~~~~ * Nicolás Ramos +* Almudena de La Puente Maintainers ~~~~~~~~~~~ @@ -89,6 +90,6 @@ Current `maintainer `__: |maintainer-nicolasramos| -This module is part of the `OCA/l10n_es_aeat_mod347_igic `_ project on GitHub. +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_aeat_mod347_igic/__manifest__.py b/l10n_es_aeat_mod347_igic/__manifest__.py index d0b72c22f05..717ded1309f 100644 --- a/l10n_es_aeat_mod347_igic/__manifest__.py +++ b/l10n_es_aeat_mod347_igic/__manifest__.py @@ -2,7 +2,7 @@ { "name": "AEAT modelo 347 IGIC", - "version": "16.0.1.0.0", + "version": "15.0.1.0.0", "author": "Binhex System Solutions," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/l10n-spain", "category": "Accounting", diff --git a/l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_igic.pot b/l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_igic.pot index 78d58d53fe0..a11baf5cd77 100644 --- a/l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_igic.pot +++ b/l10n_es_aeat_mod347_igic/i18n/l10n_es_aeat_mod347_igic.pot @@ -3,7 +3,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" diff --git a/l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst b/l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst index d2b6810f2a8..45156074b54 100644 --- a/l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst +++ b/l10n_es_aeat_mod347_igic/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Nicolás Ramos +* Almudena de La Puente diff --git a/l10n_es_aeat_mod347_igic/static/description/index.html b/l10n_es_aeat_mod347_igic/static/description/index.html index 857a4533b0e..7338ebad65f 100644 --- a/l10n_es_aeat_mod347_igic/static/description/index.html +++ b/l10n_es_aeat_mod347_igic/static/description/index.html @@ -1,20 +1,20 @@ - - + AEAT modelo 347 IGIC