Delivery Purchase Label

delivery_purchase_label
REPOSITORY
REPOSITORYOCA/delivery-carrier
GIT
GIThttps://github.com/OCA/delivery-carrier.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/delivery-carrier/tree/14.0/delivery_purchase_label
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYDelivery
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, BCIM
COMMITTERS
COMMITTERSThierry Ducrest, Weblate, OCA-git-bot, oca-ci, Joshua Lauer
WEBSITE
WEBSITEhttps://github.com/OCA/delivery-carrier
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
    - sale_management
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form delivery_purchase_label purchase.order field Inherits purchase.purchase_order_form
view_delivery_carrier_form delivery.carrier xpath Inherits delivery.view_delivery_carrier_form
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.