Edi Account

edi_account
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/13.0/edi_account
VERSION
VERSION 2.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Creu Blanca
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Creu Blanca
COMMITTERS
COMMITTERSEnric Tobella, oca-travis, OCA-git-bot, oca-ci, Alba Riera
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - component_event
    - component
OCA/edi:
    - edi
    - base_edi
OCA/queue:
    - queue_job
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pyyaml
cachetools
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_move_form_view account.move.form (in edi_account) account.move group Inherits account.view_move_form
view_account_journal_form account.journal.form (in edi_account) account.journal xpath Inherits account.view_account_journal_form
view_partner_form res.partner.form (in edi_account) res.partner group Inherits account.view_partner_property_form
Models touched (1)

New fields (2)
  • disable_edi_auto Boolean
    related='edi_auto_disabled'
  • edi_auto_disabled Boolean
    states={'draft': [('readonly', False)]}
Public methods (3)
  • action_invoice_paid(self)
    This could be used to notify our provider that we are paying
  • button_cancel(self)
    This could be used to notify our provider that we are not accepting the invoice
  • post(self)