Repository
OCA/edi · module folder · Try on Runboat
Module version
1.7.2
Category
Uncategorized
Folder size
0.06 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), ACSONE
Maintainers
Odoo Community Association (OCA), ACSONE
Committers
Simone Orsi, Enric Tobella, OCA-git-bot, oca-travis
Odoo dependencies
OCA/connector:
OCA/edi:
- edi
OCA/queue:
odoo/odoo:
- web
- bus
Python dependencies
pyyaml, cachetools, requests
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
edi_exchange_template_output_view_form edi.exchange.template.output form New
edi_exchange_template_output_view_search edi.exchange.template.output search New
edi_exchange_template_output_view_tree edi.exchange.template.output tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • output_template_model(self)
    @property

New fields (7)
  • backend_id Many2one → edi.backend
    comodel_name='edi.backend' ondelete='cascade'
  • backend_type_id Many2one → edi.backend.type
    comodel_name='edi.backend.type' ondelete='restrict' required=True string='EDI Backend type'
  • code Char
    index=True required=True
  • code_snippet Text
  • code_snippet_docs Text
    compute='_compute_code_snippet_docs' default=<expr>
  • name Char
    required=True
  • type_id Many2one → edi.exchange.type
    auto_join=True comodel_name='edi.exchange.type' ondelete='cascade' string='EDI Exchange type'
Public methods (1)
  • validate(self, exchange_record)

New fields (6)
  • generator Selection
    default='qweb' required=True args: [('qweb', 'Qweb Template'), ('report', 'Report')]
  • output_type Char
    required=True
  • report_id Many2one → ir.actions.report
    comodel_name='ir.actions.report' ondelete='restrict'
  • template_arch Text
    readonly=False related='template_id.arch_db' string='QWeb arch'
  • template_id Many2one → ir.ui.view
    comodel_name='ir.ui.view' ondelete='restrict' required=False string='Qweb Template'
  • template_key Char
    related='template_id.xml_id' string='Template key'
Public methods (1)
  • exchange_generate(self, exchange_record, **kw)
    Generate output for given record using related QWeb template.