Italy - E-invoicing - Additional module to support the debit notes (nota di debito - NDD)

l10n_it_edi_ndd
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/l10n_it_edi_ndd
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Localizations/EDI
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, qdp-odoo, Andrea Grazioso (agr-odoo), Anh Thao Pham (pta), Gorash, Maximilien (malb), Gauthier Wala (gawa), Dylan Kiss (dyki), Paolo Gatti, Louis Gobert, gteboul, Sherif Gabr, Mahdi Alijani (malj), suma-odoo
WEBSITE
WEBSITEhttps://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/italy.html
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_it_edi
    - l10n_it
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_iban
    - base_vat
    - account_edi_proxy_client
    - certificate
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES cryptography
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Additional module to support the debit notes (nota di debito - NDD) by adding payment method and document types
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_invoice_form_l10n_it account.move.form.l10n.it account.move field Inherits l10n_it_edi.account_invoice_form_l10n_it
l10n_it_document_type_form l10n_it.document.type.form l10n_it.document.type form New
l10n_it_document_type_tree Document Type Tree l10n_it.document.type list New
view_account_journal_form_l10n_it account.journal.form account.journal xpath Inherits account.view_account_journal_form
Models touched (3)

New fields (2)
  • l10n_it_document_type Many2one → l10n_it.document.type
    comodel_name='l10n_it.document.type' compute='_compute_l10n_it_document_type' copy=False readonly=False store=True
  • l10n_it_payment_method Selection
    compute='_compute_l10n_it_payment_method' readonly=False selection=L10N_IT_PAYMENT_METHOD_SELECTION store=True
Public methods (0)

No public methods.

New fields (1)
  • l10n_it_payment_method Selection
    default='MP05' selection=L10N_IT_PAYMENT_METHOD_SELECTION string='Italian Payment Method'
Public methods (0)

No public methods.

New fields (3)
  • code Char
    required=True
  • name Char
    help='The document type name' required=True translate=True
  • type Selection
    selection=[('sale', 'Sale'), ('purchase', 'Purchase')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/l10n_it_edi_ndd
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Localizations/EDI
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Andrea Grazioso (agr-odoo), Anh Thao Pham (pta), Maximilien (malb), Gauthier Wala (gawa), Dylan Kiss (dyki), Paolo Gatti, Louis Gobert, gteboul, Sherif Gabr, suma-odoo
WEBSITE
WEBSITEhttps://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/italy.html
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_it_edi
    - l10n_it
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_iban
    - base_vat
    - account_edi_proxy_client
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES cryptography
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Additional module to support the debit notes (nota di debito - NDD) by adding payment method and document types
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_invoice_form_l10n_it account.move.form.l10n.it account.move field Inherits l10n_it_edi.account_invoice_form_l10n_it
l10n_it_document_type_form l10n_it.document.type.form l10n_it.document.type form New
l10n_it_document_type_tree Document Type Tree l10n_it.document.type tree New
view_account_journal_form_l10n_it account.journal.form account.journal xpath Inherits account.view_account_journal_form
Models touched (3)

New fields (2)
  • l10n_it_document_type Many2one → l10n_it.document.type
    comodel_name='l10n_it.document.type' compute='_compute_l10n_it_document_type' copy=False readonly=False store=True
  • l10n_it_payment_method Selection
    compute='_compute_l10n_it_payment_method' readonly=False selection=L10N_IT_PAYMENT_METHOD_SELECTION store=True
Public methods (0)

No public methods.

New fields (1)
  • l10n_it_payment_method Selection
    default='MP05' selection=L10N_IT_PAYMENT_METHOD_SELECTION string='Italian Payment Method'
Public methods (0)

No public methods.

New fields (3)
  • code Char
    required=True
  • name Char
    help='The document type name' required=True translate=True
  • type Selection
    selection=[('sale', 'Sale'), ('purchase', 'Purchase')]
Public methods (0)

No public methods.