Delivery Price Collection Cost

delivery_price_collection_cost
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_price_collection_cost
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYDelivery
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), PyTech SRL, Ooops
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), PyTech SRL, Ooops
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
choose_delivery_carrier_view_form choose.delivery.carrier xpath Inherits delivery.choose_delivery_carrier_view_form
view_delivery_carrier_form delivery.carrier group Inherits delivery.view_delivery_carrier_form
view_delivery_price_rule_form delivery.price.rule xpath Inherits delivery.view_delivery_price_rule_form
Models touched (5)

New fields (2)
  • collection_price Float
    digits='Product Price' readonly=True string='Collection Price'
  • collection_product_id Many2one → product.product
    related='carrier_id.collection_product_id' args: 'product.product'
Public methods (0)

No public methods.

New fields (2)
  • collection_price Float
    compute='_compute_collection_price' digits='Product Price' inverse='_inverse_product_collection_price' store=True string='Collection Price'
  • collection_product_id Many2one → product.product
    domain="[('type', '=', 'service')]" help='Fixed cost of collection, added as a separate product in the Sales Order' ondelete='restrict' string='Collection Product' args: 'product.product'
Public methods (1)
  • get_collection_price_unit(self, order)

New fields (1)
  • collection_price Float
    digits='Product Price' string='Collection Price'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • onchange_order_line(self)
    @api.onchange('order_line', 'partner_id', 'partner_shipping_id')

New fields (1)
  • is_delivery_collection Boolean
    default=False string='Is a Delivery Collection'
Public methods (0)

No public methods.