| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/14.0/account_edi_extended |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Xavier-Do, Benjamin Frantzen (bfr), Nicolas (vin), Habib (ayh) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:14:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account_edi - account - base_setup - base - web - product - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
No public methods.
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'
action_retry_edi_documents_error(self)
button_abandon_cancel_posted_posted_moves(self)
No new fields.
Public methods (1)action_retry_edi_documents_error(self)