Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Accounting
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 05:19:49
Authors
Maintainers
None
Committers
Xavier-Do, Benjamin Frantzen (bfr), Nicolas (vin), Habib (ayh)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_es_edi_sii, l10n_it_edi_sdicoop, l10n_ro_account_edi_ubl
Description
        This module add features to account_edi to support new Edi formats.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_move_form_inherit account.move.form.inherit account.move form Inherits account_edi.view_move_form_inherit
view_payment_form_inherit account.payment.form.inherit account.payment form Inherits account_edi.view_payment_form_inherit
view_tree_account_edi_document_inherit Account.edi.document.tree.inherit account.edi.document tree Inherits account_edi.view_tree_account_edi_document
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • blocking_level Selection
    help="Blocks the document current operation depending on the error severity :\n * Info: the document is not blocked and everything is working as it should.\n * Warning : there is an error that doesn't prevent the current Electronic Invoicing operation to succeed.\n * Error : there is an error that blocks the current Electronic Invoicing operation." selection=[('info', 'Info'), ('warning', 'Warning'), ('error', 'Error')]
Public methods (0)

No public methods.

New fields (3)
  • edi_blocking_level Selection
    compute='_compute_edi_error_message' selection=[('info', 'Info'), ('warning', 'Warning'), ('error', 'Error')]
  • edi_error_message Html
    compute='_compute_edi_error_message'
  • edi_show_abandon_cancel_button Boolean
    compute='_compute_edi_show_abandon_cancel_button'
Public methods (2)
  • action_retry_edi_documents_error(self)
  • button_abandon_cancel_posted_posted_moves(self)
    Cancel the request for cancellation of the EDI.

New fields (0)

No new fields.

Public methods (1)
  • action_retry_edi_documents_error(self)