diff --git a/README.md b/README.md index 70247a51c9a..c512a3537b4 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ addon | version | maintainers | summary [l10n_es_dua_ticketbai_batuz](l10n_es_dua_ticketbai_batuz/) | 15.0.1.1.0 | [![ao-landoo](https://github.com/ao-landoo.png?size=30px)](https://github.com/ao-landoo) | TicketBAI - Batuz con DUA [l10n_es_facturae](l10n_es_facturae/) | 15.0.1.12.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Creación de Facturae [l10n_es_facturae_face](l10n_es_facturae_face/) | 15.0.2.5.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Envío de Facturae a FACe +[l10n_es_igic](l10n_es_igic/) | 15.0.1.2.0 | | IGIC (Impuesto General Indirecto Canario [l10n_es_intrastat_report](l10n_es_intrastat_report/) | 15.0.2.1.0 | | Spanish Intrastat Product Declaration [l10n_es_irnr](l10n_es_irnr/) | 15.0.1.1.0 | | Retenciones IRNR (No residentes) [l10n_es_irnr_sii](l10n_es_irnr_sii/) | 15.0.1.0.0 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Suministro Inmediato de Información de importaciones con IRNR diff --git a/l10n_es_igic/README.rst b/l10n_es_igic/README.rst index fd90b66d112..9974b790fc0 100644 --- a/l10n_es_igic/README.rst +++ b/l10n_es_igic/README.rst @@ -7,7 +7,7 @@ IGIC (Impuesto General Indirecto Canario !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ed12ff5eb26828968717fb6e8e4d555c487e0d5eb2da86a9915bf95c7794dd71 + !! source digest: sha256:958a13f02b2a7fb0168d95f84c3d77dca55e24fac635db886bde06809073db1c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -74,7 +74,6 @@ Contributors * Rodrigo Colombo * Hector Ravelo * Omar Castiñeira Saavedra -* Almudena de La Puente Maintainers ~~~~~~~~~~~ diff --git a/l10n_es_igic/static/description/index.html b/l10n_es_igic/static/description/index.html index d112d814611..0cd1309a51e 100644 --- a/l10n_es_igic/static/description/index.html +++ b/l10n_es_igic/static/description/index.html @@ -367,7 +367,7 @@

IGIC (Impuesto General Indirecto Canario

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ed12ff5eb26828968717fb6e8e4d555c487e0d5eb2da86a9915bf95c7794dd71 +!! source digest: sha256:958a13f02b2a7fb0168d95f84c3d77dca55e24fac635db886bde06809073db1c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Módulo que amplía la contabilidad española introduciendo diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 8f74d1a1b66..1c6ade7582e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20241021.0 \ No newline at end of file +15.0.20241208.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d1852b1ac3d..16c759676e1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -42,6 +42,7 @@ 'odoo-addon-l10n_es_dua_ticketbai_batuz>=15.0dev,<15.1dev', 'odoo-addon-l10n_es_facturae>=15.0dev,<15.1dev', 'odoo-addon-l10n_es_facturae_face>=15.0dev,<15.1dev', + 'odoo-addon-l10n_es_igic>=15.0dev,<15.1dev', 'odoo-addon-l10n_es_intrastat_report>=15.0dev,<15.1dev', 'odoo-addon-l10n_es_irnr>=15.0dev,<15.1dev', 'odoo-addon-l10n_es_irnr_sii>=15.0dev,<15.1dev',