TIP: You can type at any time to perform a new search.
EDI Storage backend support
edi_storage · OCA/edi
- Repository
- OCA/edi · module folder · Try on Runboat
- Module version
- 1.8.2
- Category
- Uncategorized
- Folder size
- 0.07 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/edi
- Last tracking update
- 2026-08-07 07:38:25
- Authors
- Odoo Community Association (OCA), ACSONE
- Maintainers
- Odoo Community Association (OCA), ACSONE
- Committers
- Simone Orsi, GitHub, Enric Tobella, Lois Rilo, Alexey Pelykh, JordiMForgeFlow, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edi_backend_view_form |
edi.backend | form | Inherits edi.edi_backend_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (7)
-
input_dir_doneCharhelp='Path to folder for doneful operations' args: 'Input done directory' -
input_dir_errorCharhelp='Path to folder for error operations' args: 'Input error directory' -
input_dir_pendingCharhelp='Path to folder for pending operations' args: 'Input pending directory' -
output_dir_doneCharhelp='Path to folder for doneful operations' args: 'Output done directory' -
output_dir_errorCharhelp='Path to folder for error operations' args: 'Output error directory' -
output_dir_pendingCharhelp='Path to folder for pending operations' args: 'Output pending directory' -
storage_idMany2one → storage.backendcomodel_name='storage.backend'help='Storage for in-out files'ondelete='restrict'string='Storage backend'
No public methods.
New fields (1)
-
exchange_filename_patternCharhelp='For output exchange types this should be a formatting string with the following variables available (to be used between brackets, `{}`): `exchange_record`, `record_name`, `type` and `dt`. For instance, a valid string would be {record_name}-{type.code}-{dt}\nFor input exchange types related to storage backends it should be a regex expression to filter the files to be fetched from the pending directory in the related storage. E.g: `.*my-type-[0-9]*.\\.csv`'
No public methods.