TIP: You can type at any time to perform a new search.
EDI Exchange Template
edi_exchange_template · OCA/edi
- 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
Code Analysis ⓘ
Views touched (3)
| 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 |
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_idMany2one → edi.backendcomodel_name='edi.backend'ondelete='cascade' -
backend_type_idMany2one → edi.backend.typecomodel_name='edi.backend.type'ondelete='restrict'required=Truestring='EDI Backend type' -
codeCharindex=Truerequired=True -
code_snippetText -
code_snippet_docsTextcompute='_compute_code_snippet_docs'default=<expr> -
nameCharrequired=True -
type_idMany2one → edi.exchange.typeauto_join=Truecomodel_name='edi.exchange.type'ondelete='cascade'string='EDI Exchange type'
-
validate(self, exchange_record)
New fields (6)
-
generatorSelectiondefault='qweb'required=True args: [('qweb', 'Qweb Template'), ('report', 'Report')] -
output_typeCharrequired=True -
report_idMany2one → ir.actions.reportcomodel_name='ir.actions.report'ondelete='restrict' -
template_archTextreadonly=Falserelated='template_id.arch_db'string='QWeb arch' -
template_idMany2one → ir.ui.viewcomodel_name='ir.ui.view'ondelete='restrict'required=Falsestring='Qweb Template' -
template_keyCharrelated='template_id.xml_id'string='Template key'
-
exchange_generate(self, exchange_record, **kw)Generate output for given record using related QWeb template.