Repository
OCA/l10n-spain · module folder · Try on Runboat
Module version
1.0.1
Category
Delivery
Folder size
3.0 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-spain
Last tracking update
2026-08-07 07:56:56
Authors
Odoo Community Association (OCA), FactorLibre, Trey (www.trey.es)
Maintainers
Odoo Community Association (OCA), FactorLibre, Trey (www.trey.es)
Committers
Víctor Martínez, David, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
zeep
System dependencies
None
Required by
None
Description

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 (15)
  • delivery_type Selection
    ondelete={'seur': 'set default'} selection_add=[('seur', 'Seur')]
  • seur_accounting_code Char
    string='Accounting Code (CCC)'
  • seur_cit_password Char
    help='Used for cit.seur.com webservice (generate labels)' string='Password CIT'
  • seur_cit_username Char
    help='Used for cit.seur.com webservice (generate labels)' string='Username CIT'
  • seur_franchise_code Char
    string='Franchise Code'
  • seur_integration_code Char
    string='Integration Code (CI)'
  • seur_label_format Selection
    default='pdf' selection=[('pdf', 'PDF'), ('txt', 'TXT')] string='Label format'
  • seur_label_size Selection
    default='2C' selection=[('1D', '1D'), ('2D', '2D'), ('2C', '2C')] string='Label size'
  • seur_printer Selection
    default='ZEBRA:LP2844-Z' selection=[('DATAMAX:E CLASS 4203', 'DATAMAX E CLASS 4203'), ('HP:LASERJET II', 'HP LASERJET II'), ('INTERMEC:C4', 'INTERMEC C4'), ('TEC:B430', 'TEC B430'), ('ZEBRA:LP2844-Z', 'ZEBRA LP2844-Z'), ('ZEBRA:S600', 'ZEBRA S600'), ('ZEBRA:Z4M PLUS', 'ZEBRA Z4M PLUS')] string='Printer'
  • seur_product_code Selection
    default='002' selection=[('002', 'ESTANDAR'), ('004', 'MULTIPACK'), ('006', 'MULTI BOX'), ('018', 'FRIO'), ('048', 'SEUR 24 PICKUP'), ('052', 'MULTI DOC'), ('054', 'DOCUMENTOS'), ('070', 'INTERNACIONAL ´T'), ('072', 'INTERNACIONAL A'), ('076', 'CLASSIC'), ('086', 'ECCOMMERCE RETURN 2HOME'), ('088', 'ECCOMMERCE RETURN 2SHOP'), ('104', 'CROSSBORDER NETEXPRES INTERNACIONAL'), ('108', 'COURIER MUESTRAS'), ('116', 'CLASSIC MULTIPARCEL'), ('118', 'VINO'), ('122', 'NEUMATICOS B2B'), ('124', 'NEUMATICOS B2C')] string='Product code'
  • seur_send_sms Boolean
    help='This feature has delivery cost' string='Send SMS to customer'
  • seur_service_code Selection
    default='031' selection=[('001', 'SEUR - 24'), ('003', 'SEUR - 10'), ('005', 'MISMO DIA'), ('007', 'COURIER'), ('009', 'SEUR 13:30'), ('013', 'SEUR - 72'), ('015', 'S-48'), ('017', 'MARITIMO'), ('019', 'NETEXPRESS'), ('031', 'ENTREGA PARTIC'), ('077', 'CLASSIC'), ('083', 'SEUR 8:30')] string='Service code'
  • seur_vat Char
    default=<expr> string='VAT'
  • seur_ws_password Char
    help='Used for ws.seur.com webservice (pickup services)' string='Password WS'
  • seur_ws_username Char
    help='Used for ws.seur.com webservice (pickup services)' string='Username WS'
Public methods (7)
  • seur_cancel_shipment(self, pickings)
  • seur_create_shipping(self, picking)
  • seur_get_tracking_link(self, picking)
  • seur_rate_shipment(self, order)
    There's no public API so another price method should be used
  • seur_send_shipping(self, pickings)
  • seur_test_connection(self)
  • seur_tracking_state_update(self, picking)

Loading…

Loading…

Loading…