Repository
OCA/edi · module folder · Try on Runboat
Module version
2.0.1
Category
Uncategorized
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi
Last tracking update
2026-08-07 07:38:25
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
Enric Tobella, OCA-git-bot, oca-travis, oca-ci, Alba Riera
Odoo dependencies
Python dependencies
pyyaml, cachetools, requests
System dependencies
None
Required by
l10n_es_facturae_face
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_move_form_view account.move.form (in edi_account) account.move form Inherits account.view_move_form
view_account_journal_form account.journal.form (in edi_account) account.journal form Inherits account.view_account_journal_form
view_partner_form res.partner.form (in edi_account) res.partner form Inherits account.view_partner_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)