Repository
OCA/edi-framework · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.07 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi-framework
Last tracking update
2026-08-07 09:06:36
Authors
Camptocamp, Odoo Community Association (OCA), ForgeFlow
Maintainers
Camptocamp, Odoo Community Association (OCA), ForgeFlow
Committers
Miquel Raïch, Ricardoalso, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
PyYAML, openupgradelib
System dependencies
None
Required by
None
Description
Handle purchase orders via EDI.

This is a base module to plug purchase processes with the EDI framework.

To handle inbound/outbound purchase orders, you need to create your own
integration modules on top of this base module.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form purchase.order form Inherits purchase.purchase_order_form
view_partner_form res.partner form Inherits edi_core_oca.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • edi_disable_auto Boolean
    related='order_id.edi_disable_auto'
  • edi_exchange_ready Boolean
    compute='_compute_edi_exchange_ready'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (1)
  • edi_purchase_conf_ids Many2many → edi.configuration
    column1='partner_id' column2='conf_id' comodel_name='edi.configuration' domain=[('model_name', '=', 'purchase.order')] relation='res_partner_edi_purchase_configuration_rel' string='EDI purchase configuration'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…