Repository
OCA/edi-framework · module folder · Try on Runboat
Module version
1.0.2
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi-framework
Last tracking update
2026-08-07 08:43:06
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Simone Orsi, Enric Tobella, Vincent Van Rossem, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
cachetools, PyYAML, openupgradelib
System dependencies
None
Required by
None
Description
## Inbound

Receive sale orders from EDI channels.

## Control sale order confirmation

You can decide if the order should be confirmed by exchange type.

On your exchange type, go to advanced settings and add the following:

    [...]
    components:
        process:
            usage: input.process.sale.order
        env_ctx:
                # Values for the wizard
                default_confirm_order: true
                default_price_source: order
                # Custom keys, whatever you need
                random_one: true

Note that env_ctx will propagate all keys to the whole env so you can
use it for any kind of context related configuration. In the case of the
sale order import wizard here we are just passing defaults as we could
do in odoo standard.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…