[ADD] l10n_es_edi_sii: send invoices to sii for G417 Llevanza de los libros
This module sends the taxes information (mostly VAT) of the
vendor bills and customer invoices to the SII. It is called
Procedimiento G417 - IVA. Llevanza de libros registro. It is
required for every company with a turnover of +6M€ and others can
already make use of it. The invoices are automatically
sent after validation.
How the information is sent to the SII depends on the
configuration that is put in the taxes. The taxes
that were in the chart template (l10n_es) are automatically
configured to have the right type. It is possible however
that extra taxes need to be created for certain exempt/no sujeta reasons.
You need to configure your certificate and the tax agency.
closes odoo/odoo#70302
Task: 2492978
Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
Showing
- addons/l10n_es_edi_sii/__init__.py 35 additions, 0 deletionsaddons/l10n_es_edi_sii/__init__.py
- addons/l10n_es_edi_sii/__manifest__.py 49 additions, 0 deletionsaddons/l10n_es_edi_sii/__manifest__.py
- addons/l10n_es_edi_sii/data/account_edi_data.xml 11 additions, 0 deletionsaddons/l10n_es_edi_sii/data/account_edi_data.xml
- addons/l10n_es_edi_sii/data/account_tax_data.xml 418 additions, 0 deletionsaddons/l10n_es_edi_sii/data/account_tax_data.xml
- addons/l10n_es_edi_sii/data/res_partner_data.xml 6 additions, 0 deletionsaddons/l10n_es_edi_sii/data/res_partner_data.xml
- addons/l10n_es_edi_sii/demo/certificates/sello_entidad_act.p12 0 additions, 0 deletions...s/l10n_es_edi_sii/demo/certificates/sello_entidad_act.p12
- addons/l10n_es_edi_sii/demo/demo_company.xml 11 additions, 0 deletionsaddons/l10n_es_edi_sii/demo/demo_company.xml
- addons/l10n_es_edi_sii/models/__init__.py 8 additions, 0 deletionsaddons/l10n_es_edi_sii/models/__init__.py
- addons/l10n_es_edi_sii/models/account_edi_format.py 672 additions, 0 deletionsaddons/l10n_es_edi_sii/models/account_edi_format.py
- addons/l10n_es_edi_sii/models/account_move.py 36 additions, 0 deletionsaddons/l10n_es_edi_sii/models/account_move.py
- addons/l10n_es_edi_sii/models/account_tax.py 55 additions, 0 deletionsaddons/l10n_es_edi_sii/models/account_tax.py
- addons/l10n_es_edi_sii/models/l10n_es_edi_certificate.py 87 additions, 0 deletionsaddons/l10n_es_edi_sii/models/l10n_es_edi_certificate.py
- addons/l10n_es_edi_sii/models/res_company.py 44 additions, 0 deletionsaddons/l10n_es_edi_sii/models/res_company.py
- addons/l10n_es_edi_sii/models/res_config_settings.py 11 additions, 0 deletionsaddons/l10n_es_edi_sii/models/res_config_settings.py
- addons/l10n_es_edi_sii/security/ir.model.access.csv 2 additions, 0 deletionsaddons/l10n_es_edi_sii/security/ir.model.access.csv
- addons/l10n_es_edi_sii/tests/__init__.py 4 additions, 0 deletionsaddons/l10n_es_edi_sii/tests/__init__.py
- addons/l10n_es_edi_sii/tests/common.py 75 additions, 0 deletionsaddons/l10n_es_edi_sii/tests/common.py
- addons/l10n_es_edi_sii/tests/test_edi_web_services.py 78 additions, 0 deletionsaddons/l10n_es_edi_sii/tests/test_edi_web_services.py
- addons/l10n_es_edi_sii/tests/test_edi_xml.py 1017 additions, 0 deletionsaddons/l10n_es_edi_sii/tests/test_edi_xml.py
- addons/l10n_es_edi_sii/views/account_tax_views.xml 20 additions, 0 deletionsaddons/l10n_es_edi_sii/views/account_tax_views.xml
Loading
Please register or sign in to comment