Repository
OCA/l10n-italy · module folder · Try on Runboat
Module version
1.1.0
Category
Localization/Italy
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-italy
Last tracking update
2026-08-07 08:09:16
Authors
Odoo Community Association (OCA), Marco Colombo
Maintainers
Odoo Community Association (OCA), Marco Colombo
Committers
Simone Rubino, OCA-git-bot, oca-ci, Marco Colombo
Odoo dependencies
Python dependencies
elementpath, unidecode, xmlschema, asn1crypto, codicefiscale
System dependencies
None
Required by
None
Description
**Italiano**

Questo modulo consente di aggiungere le informazione relative ai DDT al
file XML della fattura elettronica versione 1.6.

<https://www.fatturapa.gov.it/export/documenti/Specifiche_tecniche_del_formato_FatturaPA_V1.3.1.pdf>

da inviare al Sistema di Interscambio (SdI).

<https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/>

**English**

This module allows you to add DDT information to the Electronic Invoice
XML file version 1.6

<https://www.fatturapa.gov.it/export/documenti/Specifiche_tecniche_del_formato_FatturaPA_V1.3.1.pdf>

to be sent to the Exchange System (ES).

<https://www.fatturapa.gov.it/en/>

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_invoice_it_dati_ddt account_invoice_it_dati_ddt ir.ui.view qweb Inherits l10n_it_fatturapa_out.account_invoice_it_dati_ddt
wizard_export_fatturapa_form_view_dn wizard_export_fatturapa_form_view_dn wizard.export.fatturapa form Inherits l10n_it_fatturapa_out.wizard_export_fatturapa_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • include_transport_data Selection
    help='Include DN data: The field must be entered when a transport document associated with a deferred invoice is present' string='DN Data' args: [('dati_dn', 'Include DN Data')]
Public methods (2)
  • default_get(self, fields)
    @api.model
  • getDatiDDT(self, invoice)
    Get the data for rendering DatiDDT. :return: a list of dictionaries, with one dictionary per involved DdT. Each dictionary has shape: { '_delivery_note': <stock.delivery.note record of the involved the DdT>, 'NumeroDDT': <string representing the DdT>, 'DataDDT': <date of the DdT>, '_invoice_lines': (optional) <account.move.line records of invoice lines involved in the DdT>, 'RiferimentoNumeroLinea': (optional) <string containing numbers of the invoice lines involved in the DdT>, }

Loading…