Skip to content

Commit

Permalink
[ADD] l10n_es_igic_facturae
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-RB committed Jan 24, 2025
1 parent c104a3c commit 1f10446
Show file tree
Hide file tree
Showing 12 changed files with 1,000 additions and 0 deletions.
118 changes: 118 additions & 0 deletions l10n_es_igic_facturae/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
=========================
Creación de Facturae IGIC
=========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bd68f470532b41381942aaa2dcd421cc3aed9864d721766fdc4b1f53b4ea8c4a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/16.0/l10n_es_igic_facturae
: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-16-0/l10n-spain-16-0-l10n_es_igic_facturae
: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=16.0
:alt: Try me on Runboat

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

En virtud de la Ley 25/2013, de 27 de diciembre, de impulso de la factura
electrónica y creación del registro contable de facturas en el Sector Público,
desde el día 15 de enero de 2015 todas las facturas remitidas a las
administraciones públicas tienen que ser electrónicas.
Téngase en cuenta, no obstante, que muchas Administraciones Públicas,
y entre ellas la Administración General del Estado, han hecho uso de la
potestad de exonerar de esta obligación a las facturas de hasta 5.000 euros.
Estas facturas electrónicas se enviarán a través de los puntos generales de
entrada de facturas electrónicas de la administración correspondiente.
Estos puntos generales le permitirán consultar electrónicamente el estado de
tramitación de su factura, una vez remitida. El de la Administración General
del Estado se denomina FACe (www.face.gob.es).
En estas facturas electrónicas habrá que indicar la oficina contable,
el órgano gestor y la unidad tramitadora, para que llegue correctamente
a su destino. La administración le proporcionará estos datos.

Informacion sobre el formato:

* https://www.facturae.gob.es/formato/Versiones/Esquema_castellano_v3_2_x_06_06_2017_unificado.pdf

**Table of contents**

.. contents::
:local:

Installation
============

Este módulo depende del módulo *l10n_es_facturae* y sus
dependencias, mas información en https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_facturae

Configuration
=============

* Para todo lo referente a configuración de facturae acceder a https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_facturae

Usage
=====

Este módulo actualiza los impuestos Canarios para que se apliquen correctamente en las facturas electrónicas.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/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-spain/issues/new?body=module:%20l10n_es_igic_facturae%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
~~~~~~~

* Binhex

Contributors
~~~~~~~~~~~~

* Christian Ramos Barrera(https://www.binhex.cloud)

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-Christian-RB| image:: https://github.com/Christian-RB.png?size=40px
:target: https://github.com/Christian-RB
:alt: Christian-RB

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-Christian-RB|

This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_igic_facturae>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
21 changes: 21 additions & 0 deletions l10n_es_igic_facturae/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2025 Binhex - Christian Ramos Barrera
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Creación de Facturae IGIC",
"version": "16.0.1.0.0",
"author": "Binhex, Odoo Community Association (OCA)",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"depends": [
"l10n_es_facturae",
"l10n_es_igic",
],
"data": [
"data/account_tax_template.xml",
],
"installable": True,
"autoinstall": True,
"maintainers": ["Christian-RB"],
}
Loading

0 comments on commit 1f10446

Please sign in to comment.