Repository
OCA/edi-framework · module folder · Try on Runboat
Module version
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi-framework
Last tracking update
2026-08-18 17:26:32
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Simone Orsi, Enric Tobella, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
PyYAML, openupgradelib, xmltodict, cachetools
System dependencies
None
Required by
None
Description
Provides some basic templates for generating order responses in UBL format within the EDI framework.

## Templates

``qweb_tmpl_ubl_party``: to be used to render a party (res.partner)
``qweb_tmpl_ubl_address``: to be used to render a party's address (aka res.partner)
``qwb_tmpl_ubl_order_response_out``: example for a full ORDRSP output. 

NOTE: the latter is not fully complete and above all should not be used directly to avoid overrides. Always define your own template for the customer.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
qwb_tmpl_ubl_order_response_out Render UBL OrderResponse out - EXAMPLE ir.ui.view qweb New
qweb_tmpl_ubl_address Render UBL party address ir.ui.view qweb New
qweb_tmpl_ubl_party Render UBL party ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.

Loading…