Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.0.0
Category
Delivery
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier
Last tracking update
2026-08-07 08:42:52
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Carlos Lopez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
pycups
System dependencies
None
Required by
None
Description
This module allows the user to set a report in the delivery.carrier and enables them to configure it to print directly.
By default, this module creates a dummy report as a workaround that lets you configure options related to the printer, but the label must be obtained from the API of each delivery integration.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_delivery_carrier_form 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 (1)
  • label_report_id Many2one → ir.actions.report
    comodel_name='ir.actions.report' domain=[('model', '=', 'delivery.carrier')]
Public methods (1)
  • send_shipping(self, pickings)