Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.0.0
Category
Delivery
Folder size
0.06 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
Odoo Community Association (OCA), Ooops, PyTech SRL
Maintainers
Odoo Community Association (OCA), Ooops, PyTech SRL
Committers
Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
delivery_price_collection_cost_product_domain
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
choose_delivery_carrier_view_form choose.delivery.carrier form Inherits delivery.choose_delivery_carrier_view_form
view_delivery_carrier_form delivery.carrier form Inherits delivery.view_delivery_carrier_form
view_delivery_price_rule_form delivery.price.rule form Inherits delivery.view_delivery_price_rule_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.