edi_exchange_template_party_data
Expose the edi_party_data helpers to edi_exchange_template so EDI output templates can retrieve partner information while rendering.
Key Features
- edi.exchange.template.output: Adds a get_party_data callable to the render context so QWeb templates and code snippets can request partner data on demand.
- edi.exchange.template.output: Implements a _get_party_data helper that resolves the correct party-data provider via edi_party_data components and raises an explicit error if none is available.