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
OCA/edi:
OCA/edi-framework:
OCA/partner-contact:
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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_ids Many2many → res.partner.id_category
    comodel_name='res.partner.id_category' help='Allowed ID categories to be used to generate parties information.' string='ID categories'
Public methods (0)

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`