TIP: You can type at any time to perform a new search.
Sale Order Import Http
sale_order_import_ubl_http · OCA/edi
- Repository
- OCA/edi · module folder · Try on Runboat
- Module version
- 1.1.3
- Category
- Sales Management
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/edi
- Last tracking update
- 2026-08-07 07:38:25
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Simone Orsi, Thierry Ducrest, OCA-git-bot, oca-travis, Tom Blauwendraat
- Odoo dependencies
- Python dependencies
- requests
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | form | Inherits sale.res_config_settings_view_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/ubl_api/sales |
ImportController.import_sale_order |
api_key | http | POST | csrf off |
Models touched (3)
New fields (1)
-
sale_order_ubl_import_http_confirmedBooleanhelp='When set the UBL sales order imported through HTTP will be set as confirmed. Otherwise they are kept as draft.'string='UBL order imported through HTTP set as confirmed'
No public methods.
New fields (1)
-
sale_order_ubl_import_http_confirmedBooleanreadonly=Falserelated='company_id.sale_order_ubl_import_http_confirmed'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
import_ubl_from_http(self, data)@api.modelJob called by the endpoint to import received data.