| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/13.0/edi_exchange_template |
| VERSION | |
| VERSION | 1.7.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, oca-travis, OCA-git-bot, Simone Orsi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - base_setup - web - bus - web_tour - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
pyyaml cachetools requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No new fields.
Public methods (1)output_template_model(self)
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'
validate(self, exchange_record)
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'
exchange_generate(self, exchange_record, **kw)