TIP: You can type at any time to perform a new search.
Spain - SII EDI Suministro de Libros
l10n_es_edi_sii · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.1
- Category
- Accounting/Localizations/EDI
- Folder size
- 0.15 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 06:46:58
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Josse Colpaert, Odoo Translation Bot, Laurent Smet, Jairo Llopis, Julien Castiaux, Andrea Grazioso (agr-odoo), Anh Thao Pham (pta), Katherine Zaoral, Gorash, Thomas Beckers, Dylan Kiss (dyki), Paolo Gatti, Sven Fuehr, Louis Gobert, Michaël Mattiello, Corentin Heinix (cohe), cahu, jlll
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
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.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
certificate_certificate_view_form |
certificate_certificate_view_form.inherit.l10n_es_edi_sii | certificate.certificate | form | Inherits certificate.certificate_certificate_view_form |
certificate_certificate_view_search |
certificate_certificate_view_search.inherit.l10n_es_edi_sii | certificate.certificate | search | Inherits certificate.certificate_certificate_view_search |
res_config_settings_view_form |
res.config.settings.view.form.inherit.l10n.es | res.config.settings | form | Inherits l10n_es.res_config_settings_view_form |
view_move_form_inherit_l10n_es_edi |
account.move.form.inherit.l10n_es_edi | account.move | form | Inherits account.view_move_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (7)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (3)
-
l10n_es_edi_csvCharcopy=Falsestring='CSV return code'tracking=True -
l10n_es_edi_is_requiredBooleancompute='_compute_l10n_es_edi_is_required'string='Is the Spanish EDI needed' -
l10n_es_registration_dateDatecopy=Falsestring='Registration Date'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
scopeSelectionselection_add=[('sii', 'SII')]
No public methods.
New fields (4)
-
l10n_es_sii_certificate_idMany2one → certificate.certificatecomodel_name='certificate.certificate'compute='_compute_l10n_es_sii_certificate'readonly=Falsestore=Truestring='Certificate (SII)' -
l10n_es_sii_certificate_idsOne2many → certificate.certificatecomodel_name='certificate.certificate'domain=[('scope', '=', 'sii')]inverse_name='company_id' -
l10n_es_sii_tax_agencySelectiondefault=Falseselection=[('aeat', 'Agencia Tributaria española'), ('gipuzkoa', 'Hacienda Foral de Gipuzkoa'), ('bizkaia', 'Hacienda Foral de Bizkaia'), ('navarra', 'Hacienda Foral de Navarra')]string='Tax Agency for SII' -
l10n_es_sii_test_envBooleandefault=Truehelp='Use the test environment for SII'string='SII Test Mode'
No public methods.
New fields (3)
-
l10n_es_sii_certificate_idsOne2manyreadonly=Falserelated='company_id.l10n_es_sii_certificate_ids' -
l10n_es_sii_tax_agencySelectionreadonly=Falserelated='company_id.l10n_es_sii_tax_agency' -
l10n_es_sii_test_envBooleanreadonly=Falserelated='company_id.l10n_es_sii_test_env'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…