TIP: You can type at any time to perform a new search.
Delivery SEUR Atlas
delivery_seur_atlas · OCA/l10n-spain
- Repository
- OCA/l10n-spain · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Delivery
- Folder size
- 0.1 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-spain
- Last tracking update
- 2026-08-07 09:06:22
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, sergio, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Integración del API SEUR ATLAS con Odoo.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_delivery_carrier_form |
delivery.carrier | form | Inherits delivery.view_delivery_carrier_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (13)
-
delivery_typeSelectionondelete={'seur_atlas': 'set default'}selection_add=[('seur_atlas', 'Seur Atlas')] -
seur_atlas_account_codeCharstring='Account code (CCC)' -
seur_atlas_clientChar -
seur_atlas_label_formatSelectiondefault='PDF'selection=[('PDF', 'PDF'), ('ZPL', 'ZPL'), ('A4_3', 'Die-cut A4')] -
seur_atlas_label_output_typeSelectiondefault='LABEL'help='Return the file, a link to download the file or both'selection=[('LABEL', 'Label'), ('LINK', 'Link'), ('LABEL_AND_LINK', 'Label and link')] -
seur_atlas_label_templateSelectiondefault='NORMAL'help='Type of generated label'selection=[('NORMAL', 'NORMAL'), ('CUSTOM_REFERENCE', 'CUSTOM_REFERENCE'), ('Z4_ONE_BODY', 'Z4_ONE_BODY'), ('Z4_TWO_BODIES', 'Z4_TWO_BODIES'), ('GEOLABEL', 'GEOLABEL')] -
seur_atlas_passwordChar -
seur_atlas_product_codeSelectionselection=PRODUCT_CODESstring='Product code' -
seur_atlas_qrBooleanhelp='Generate an AZTEC QR code. Only valid for ECB pickups' -
seur_atlas_secretChar -
seur_atlas_service_codeSelectionselection=SERVICE_CODESstring='Service code' -
seur_atlas_usernameChar -
seur_atlas_vatChardefault=<expr>string='Account VAT'
-
seur_atlas_cancel_shipment(self, pickings)Cancel shippings for the picking -
seur_atlas_create_shipping(self, picking)Create a new shipping and download the proper labels -
seur_atlas_get_tracking_link(self, picking) -
seur_atlas_labels(self, code, seur_request: SeurAtlasRequest=None) -> binGenerate labels for the shipping code -
seur_atlas_rate_shipment(self, order)TODO: Implement rate shipments with ATLAS API -
seur_atlas_send_shipping(self, pickings) -> list -
seur_atlas_tracking_state_update(self, picking)
Loading…
Loading…
Loading…
Loading…