TIP: You can type at any time to perform a new search.
EDI Party helper
edi_party_helper_oca · OCA/edi-framework
- Repository
- OCA/edi-framework · module folder · Try on Runboat
- Module version
- 1.0.1
- 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-09-07 11:13:29
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Simone Orsi, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- PyYAML, openupgradelib
- System dependencies
- None
- Required by
- edi_party_data_oca
- Description
Technical module to retrieve party information for EDI exchanges. It's based on partner_identification so that the party information will include allowed ID numbers for a given exchange. You can configure which ID number categories are allowed on the exchange type.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edi_exchange_type_view_form |
edi.exchange.type | form | Inherits edi_core_oca.edi_exchange_type_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
id_category_idsMany2many → res.partner.id_categorycomodel_name='res.partner.id_category'help='Allowed ID categories to be used to generate parties information.'string='ID categories'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
get_party(self, exchange_record, partner, **kw)Return the party for `partner` on `exchange_record`. :param exchange_record: an `edi.exchange.record` record :param partner: a `res.partner` record :param kw: forwarded to `EDIParty` (eg. `name_field`, `lang_code`) :return: `EDIParty`