Additionnal features for account_edi

account_edi_extended
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/account_edi_extended
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Accounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSXavier-Do, Benjamin Frantzen (bfr), Nicolas (vin), Habib (ayh)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_edi
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits account_edi.view_move_form_inherit
view_payment_form_inherit account.payment.form.inherit account.payment xpath Inherits account_edi.view_payment_form_inherit
view_tree_account_edi_document_inherit Account.edi.document.tree.inherit account.edi.document xpath Inherits account_edi.view_tree_account_edi_document
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)