EDI Exchange Template

edi_exchange_template
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/13.0/edi_exchange_template
VERSION
VERSION 1.7.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE
COMMITTERS
COMMITTERSEnric Tobella, oca-travis, OCA-git-bot, Simone Orsi
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:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - 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
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
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.