TIP: You can type at any time to perform a new search.
Italy - E-invoicing - Additional module to support the debit notes (nota di debito - NDD)
l10n_it_edi_ndd · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_typeMany2one → l10n_it.document.typecomodel_name='l10n_it.document.type'compute='_compute_l10n_it_document_type'copy=Falsereadonly=Falsestore=True -
l10n_it_payment_methodSelectioncompute='_compute_l10n_it_payment_method'readonly=Falseselection=L10N_IT_PAYMENT_METHOD_SELECTIONstore=True
No public methods.
New fields (1)
-
l10n_it_payment_methodSelectiondefault='MP05'selection=L10N_IT_PAYMENT_METHOD_SELECTIONstring='Italian Payment Method'
No public methods.
New fields (3)
-
codeCharrequired=True -
nameCharhelp='The document type name'required=Truetranslate=True -
typeSelectionselection=[('sale', 'Sale'), ('purchase', 'Purchase')]
No public methods.
Loading…