Repository
OCA/edi-framework · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.03 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, OCA-git-bot, oca-ci
Odoo dependencies
OCA/edi:
OCA/edi-framework:
odoo/odoo:
- web
- bus
Python dependencies
PyYAML, openupgradelib
System dependencies
None
Required by
edi_sale_ubl_output_oca
Description
Generic UBL party/address qweb templates for use with the EDI framework
(`edi_exchange_template_oca`), split out of `edi_sale_ubl_output_oca` so
they can be reused (e.g. by purchase-side UBL output) without depending on
`sale`.

## Templates

- ``qweb_tmpl_ubl_party``: renders a `cac:Party` block (EndpointID,
  PartyIdentification, PartyName) from the `party` vals shape produced by
  `edi_party_data_oca`/`edi_exchange_template_party_data`'s `get_party_data()`.
- ``qweb_tmpl_ubl_address``: renders the contents of a postal address
  (StreetName/CityName/PostalZone/AddressLine/Country) from a `res.partner`.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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.