Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.1.0
Category
Delivery
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier
Last tracking update
2026-08-07 07:47:34
Authors
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Thierry Ducrest, Weblate, OCA-git-bot, oca-ci, Joshua Lauer
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form delivery_purchase_label purchase.order form Inherits purchase.purchase_order_form
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 (5)

New fields (1)
  • purchase_label_picking_type Many2one → stock.picking.type
    comodel_name='stock.picking.type' string='Operation Type For Purchase Label'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • generate_email_for_composer(self, template_id, res_ids, fields)
    @api.model

New fields (2)
  • delivery_label_picking_id Many2one → stock.picking
    readonly=True store=True args: 'stock.picking', 'Delivery Label Picking'
  • vendor_label_carrier_id Many2one → delivery.carrier
    domain=[('purchase_label_picking_type', '!=', False)] args: 'delivery.carrier', 'Vendor Label Carrier'
Public methods (2)
  • action_rfq_send(self)
  • button_cancel(self)

New fields (1)
  • delivery_label_purchase_line_id Many2one → purchase.order.line
    ondelete='cascade' string='Delivery Label Purchase Order Line' args: 'purchase.order.line'
Public methods (0)

No public methods.

New fields (1)
  • delivery_label_purchase_id Many2one → purchase.order
    ondelete='cascade' string='Delivery label purchase order' args: 'purchase.order'
Public methods (0)

No public methods.