Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/EDI
Folder size
0.06 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations/italy.html
Last tracking update
2026-08-07 06:23:36
Authors
Maintainers
None
Committers
Odoo 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
Odoo dependencies
Python dependencies
cryptography
System dependencies
None
Required by
l10n_it_edi_extension, l10n_it_edi_ndd_account_dn
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 form 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 form Inherits account.view_account_journal_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…