TIP: You can type at any time to perform a new search.
Italy - Declaration of Intent
l10n_it_edi_doi · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1
- Category
- Accounting/Localizations
- Folder size
- 0.14 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.odoo.com/documentation/latest/applications/finance/fiscal_localizations/italy.html
- Last tracking update
- 2026-08-07 06:47:05
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Odoo Translation Bot, Julien Castiaux, Victor Feyens, Gorash, Miquel Raïch, william-andre, niyasraphy, Habib (ayh), Yosua Nicolaus, Dylan Kiss (dyki), Paolo Gatti, Jinane Maksoud, Sven Fuehr, kcv-odoo, asno-odoo, gteboul, Krzysztof Magusiak (krma), igbe
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Add support for the Declaration of Intent (Dichiarazione di Intento) to the Italian localization.
Code Analysis ⓘ
Views touched (14)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_line_it_FatturaPA |
account_invoice_line_it_FatturaPA | ir.ui.view | qweb | Inherits l10n_it_edi.account_invoice_line_it_FatturaPA |
report_invoice_document |
report_invoice_document | ir.ui.view | qweb | Inherits account.report_invoice_document |
report_saleorder_document |
report_saleorder_document | ir.ui.view | qweb | Inherits sale.report_saleorder_document |
res_partner_view_search |
res.partner.search.inherit | res.partner | search | Inherits account.res_partner_view_search |
view_account_invoice_filter |
account.invoice.select | account.move | Inherits account.view_account_invoice_filter | |
view_l10n_it_edi_doi_declaration_of_intent_search |
l10n_it_edi_doi.declaration_of_intent.search | l10n_it_edi_doi.declaration_of_intent | search | New |
view_l10n_it_edi_doi_form |
l10n_it_edi_doi.declaration_of_intent.form | l10n_it_edi_doi.declaration_of_intent | form | New |
view_l10n_it_edi_doi_tree |
l10n_it_edi_doi.declaration_of_intent.list | l10n_it_edi_doi.declaration_of_intent | list | New |
view_move_form |
account.move.form | account.move | form | Inherits account.view_move_form |
view_move_tree |
account.move.list | account.move | list | New |
view_order_form |
sale.order.form | sale.order | form | Inherits sale.view_order_form |
view_partner_l10n_form |
view_partner_l10n_form | res.partner | form | Inherits base_vat.view_partner_base_vat_form |
view_quotation_tree |
sale.order.list | sale.order | list | New |
view_sales_order_filter |
sale.order.list.select | sale.order | list | Inherits sale.view_sales_order_filter |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (8)
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 (5)
-
l10n_it_edi_doi_amountMonetarycompute='_compute_l10n_it_edi_doi_amount'help='Total amount of sales under the Declaration of Intent of this document'readonly=Truestore=Truestring='Declaration of Intent Amount' -
l10n_it_edi_doi_dateDatecompute='_compute_l10n_it_edi_doi_date'string='Date on which Declaration of Intent is applied' -
l10n_it_edi_doi_idMany2one → l10n_it_edi_doi.declaration_of_intentcomodel_name='l10n_it_edi_doi.declaration_of_intent'compute='_compute_l10n_it_edi_doi_id'precompute=Truereadonly=Falsestore=Truestring='Declaration of Intent' -
l10n_it_edi_doi_useBooleancompute='_compute_l10n_it_edi_doi_use'string='Use Declaration of Intent' -
l10n_it_edi_doi_warningTextcompute='_compute_l10n_it_edi_doi_warning'string='Declaration of Intent Threshold Warning'
-
action_open_declaration_of_intent(self) -
copy_data(self, default=None)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (15)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>index=Truerequired=Truestring='Company' -
currency_idMany2one → res.currencycomodel_name='res.currency'default=<expr>readonly=Truerequired=Truestring='Currency' -
end_dateDatecopy=Falsehelp='Last date on which the Declaration of Intent is valid'required=Truestring='End Date' -
invoice_idsOne2many → account.movecopy=Falsereadonly=Truestring='Invoices / Refunds' args: 'account.move', 'l10n_it_edi_doi_id' -
invoicedMonetarycompute='_compute_invoiced'help='Total amount of sales under this Declaration of Intent'readonly=Truestore=Truestring='Invoiced' -
issue_dateDatecopy=Falsedefault=fields.Date.context_todayhelp='Date on which the Declaration of Intent was issued'required=Truestring='Date of Issue' -
not_yet_invoicedMonetarycompute='_compute_not_yet_invoiced'help='Total amount of planned sales under this Declaration of Intent (i.e. current quotation and sales orders) that can still be invoiced'readonly=Truestore=Truestring='Not Yet Invoiced' -
partner_idMany2one → res.partnercomodel_name='res.partner'domain="['|', ('is_company', '=', True), ('parent_id', '=', False)]"index=Truerequired=Truestring='Partner' -
protocol_number_part1Charcopy=Falsereadonly=Falserequired=Truestring='Protocol 1' -
protocol_number_part2Charcopy=Falsereadonly=Falserequired=Truestring='Protocol 2' -
remainingMonetarycompute='_compute_remaining'help='Remaining amount after deduction of the Invoiced and Not Yet Invoiced amounts.'readonly=Truestore=Truestring='Remaining' -
sale_order_idsOne2many → sale.ordercopy=Falsereadonly=Truestring='Sales Orders / Quotations' args: 'sale.order', 'l10n_it_edi_doi_id' -
start_dateDatecopy=Falsehelp='First date on which the Declaration of Intent is valid'required=Truestring='Start Date' -
stateSelectiondefault='draft'help="The state of this Declaration of Intent. \n- 'Draft' means that the Declaration of Intent still needs to be confirmed before being usable. \n- 'Active' means that the Declaration of Intent is usable. \n- 'Terminated' designates that the Declaration of Intent has been marked as not to use anymore without invalidating usages of it. \n- 'Revoked' means the Declaration of Intent should not have been used. You will probably need to revert previous usages of it, if any.\n"readonly=Truerequired=Truestring='State'tracking=True args: [('draft', 'Draft'), ('active', 'Active'), ('revoked', 'Revoked'), ('terminated', 'Terminated')] -
thresholdMonetaryhelp='Total amount of allowed sales without VAT under this Declaration of Intent'required=Truestring='Threshold'
-
action_open_invoice_ids(self) -
action_open_sale_order_ids(self) -
action_reactivate(self)Resets a not 'active' Declaration of Intent back to 'active'. -
action_reset_to_draft(self)Resets an 'active' Declaration of Intent back to 'draft'. -
action_revoke(self)Called by the 'revoke' button of the form view. -
action_terminate(self)Called by the 'terminated' button of the form view. -
action_validate(self)Move a 'draft' Declaration of Intent to 'active'.
New fields (2)
-
l10n_it_edi_doi_fiscal_position_idMany2one → account.fiscal.positioncomodel_name='account.fiscal.position'string='Declaration of Intent Fiscal Position' -
l10n_it_edi_doi_tax_idMany2one → account.taxcomodel_name='account.tax'string='Declaration of Intent Tax'
No public methods.
New fields (1)
-
l10n_it_edi_doi_idsOne2many → l10n_it_edi_doi.declaration_of_intentdomain=<expr>string='Available Declarations of Intent of this partner' args: 'l10n_it_edi_doi.declaration_of_intent', 'partner_id'
-
l10n_it_edi_doi_action_open_declarations(self)
New fields (5)
-
l10n_it_edi_doi_dateDatecompute='_compute_l10n_it_edi_doi_date'string='Date on which Declaration of Intent is applied' -
l10n_it_edi_doi_idMany2one → l10n_it_edi_doi.declaration_of_intentcomodel_name='l10n_it_edi_doi.declaration_of_intent'compute='_compute_l10n_it_edi_doi_id'precompute=Truereadonly=Falsestore=Truestring='Declaration of Intent' -
l10n_it_edi_doi_not_yet_invoicedMonetarycompute='_compute_l10n_it_edi_doi_not_yet_invoiced'help='Total under the Declaration of Intent of this document that can still be invoiced'readonly=Truestore=Truestring='Declaration of Intent Amount Not Yet Invoiced' -
l10n_it_edi_doi_useBooleancompute='_compute_l10n_it_edi_doi_use'string='Use Declaration of Intent' -
l10n_it_edi_doi_warningTextcompute='_compute_l10n_it_edi_doi_warning'string='Declaration of Intent Threshold Warning'
-
action_confirm(self) -
action_open_declaration_of_intent(self) -
action_quotation_send(self) -
action_quotation_sent(self) -
copy_data(self, default=None)
Loading…
Loading…
Loading…