oca-ocb-accounting/odoo-bringout-oca-ocb-account_edi_proxy_client
Ernad Husremovic 768b70e05e 19.0 vanilla
2026-03-09 09:30:07 +01:00
..
account_edi_proxy_client 19.0 vanilla 2026-03-09 09:30:07 +01:00
doc Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees 2025-11-16 17:33:39 +01:00
pyproject.toml 19.0 vanilla 2026-03-09 09:30:07 +01:00
README.md 19.0 vanilla 2026-03-09 09:30:07 +01:00

Proxy features for account_edi

This module adds generic features to register an Odoo DB on the proxy responsible for receiving data (via requests from web-services).

  • An edi_proxy_user has a unique identification on a specific proxy type (e.g. l10n_it_edi, peppol) which allows to identify him when receiving a document addressed to him. It is linked to a specific company on a specific Odoo database.
  • Encryption features allows to decrypt all the user's data when receiving it from the proxy.
  • Authentication offers an additionnal level of security to avoid impersonification, in case someone gains to the user's database.

Installation

pip install odoo-bringout-oca-ocb-account_edi_proxy_client

Dependencies

  • account
  • certificate

Source

License

This package preserves the original LGPL-3 license.