TIP: You can type at any time to perform a new search.
Quickpac
l10n_ch_delivery_carrier_label_quickpac · OCA/l10n-switzerland
- Repository
- OCA/l10n-switzerland · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Delivery
- Folder size
- 0.26 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-switzerland
- Last tracking update
- 2026-08-07 07:47:26
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp
- Committers
- Stephane Mangin, OCA-git-bot, oca-travis, Hai Lang
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
delivery_carrier_option_view_form |
delivery_base.delivery_carrier_option.view_form | delivery.carrier.option | form | Inherits base_delivery_carrier_label.delivery_carrier_option_view_form |
view_delivery_carrier_form |
delivery_base.delivery.carrier.view_form | delivery.carrier | form | Inherits base_delivery_carrier_label.view_delivery_carrier_form |
view_delivery_carrier_form_delivery |
delivery.carrier.form | delivery.carrier | form | Inherits delivery.view_delivery_carrier_form |
view_quickpac_config_settings |
quickpac settings | res.config.settings | form | Inherits base.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (2)
-
allowed_tmpl_options_idsMany2many → delivery.carrier.template.optioncompute='_compute_allowed_options_ids' args: 'delivery.carrier.template.option' -
delivery_typeSelectionondelete={'quickpac': 'set default'}selection_add=[('quickpac', 'Quickpac')]
-
quickpac_cancel_shipment(self, pickings) -
quickpac_get_tracking_link(self, picking)@api.model -
quickpac_send_shipping(self, pickings)This will generate the labels for all the packages of the picking.
New fields (2)
-
allowed_tmpl_options_idsMany2many → delivery.carrier.template.optioncompute='_compute_allowed_tmpl_options_ids'store=False args: 'delivery.carrier.template.option' -
nameCharrelated='tmpl_option_id.name'
No public methods.
New fields (2)
-
nameChartranslate=True -
quickpac_typeSelectionselection=QUICKPAC_TYPESstring='Quickpac option type'
No public methods.
New fields (10)
-
quickpac_franking_licenseCharargs: 'Franking License' -
quickpac_label_layoutMany2one → delivery.carrier.template.optiondomain=[('quickpac_type', '=', 'label_layout')] args: 'delivery.carrier.template.option', 'Default label layout' -
quickpac_logoBinaryhelp='Optional company logo to show on label.\nIf using an image / logo, please note the following:\n– Image width: 47 mm\n– Image height: 25 mm\n– File size: max. 30 kb\n– File format: GIF or PNG\n– Colour table: indexed colours, max. 200 colours\n– The logo will be printed rotated counter-clockwise by 90°\nWe recommend using a black and white logo for printing in the ZPL2 format.'string='Company Logo on Post labels' -
quickpac_officeCharhelp='Post office which will receive the shipped goods'string='Domicile Post office' -
quickpac_output_formatMany2one → delivery.carrier.template.optiondomain=[('quickpac_type', '=', 'output_format')] args: 'delivery.carrier.template.option', 'Default output format' -
quickpac_passwordCharargs: 'Password' -
quickpac_resolutionMany2one → delivery.carrier.template.optiondomain=[('quickpac_type', '=', 'resolution')] args: 'delivery.carrier.template.option', 'Default resolution' -
quickpac_tracking_formatSelectiondefault='quickpac' args: [('quickpac', 'Use default quickpac tracking numbers'), ('picking_num', 'Use picking number with pack counter')], 'Tracking number format' -
quickpac_tracking_urlChardefault='https://quickpac.ch/{lang}/tracking/{number}'help='Available variables to configure: \n {lang} = the lang to display (de, en, fr, it) \n {number} = the tracking number (i.e. 440010370000000034)' args: 'Tracking URL' -
quickpac_usernameCharargs: 'Username'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (1)-
onchange_carrier_id(self)