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 IDNameModelTypeStatus
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_type Selection
    ondelete={'seur_atlas': 'set default'} selection_add=[('seur_atlas', 'Seur Atlas')]
  • seur_atlas_account_code Char
    string='Account code (CCC)'
  • seur_atlas_client Char
  • seur_atlas_label_format Selection
    default='PDF' selection=[('PDF', 'PDF'), ('ZPL', 'ZPL'), ('A4_3', 'Die-cut A4')]
  • seur_atlas_label_output_type Selection
    default='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_template Selection
    default='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_password Char
  • seur_atlas_product_code Selection
    selection=PRODUCT_CODES string='Product code'
  • seur_atlas_qr Boolean
    help='Generate an AZTEC QR code. Only valid for ECB pickups'
  • seur_atlas_secret Char
  • seur_atlas_service_code Selection
    selection=SERVICE_CODES string='Service code'
  • seur_atlas_username Char
  • seur_atlas_vat Char
    default=<expr> string='Account VAT'
Public methods (7)
  • 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) -> bin
    Generate 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…