| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/delivery-carrier |
| GIT | |
| GIT | https://github.com/OCA/delivery-carrier.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/delivery-carrier/tree/14.0/delivery_price_collection_cost |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Delivery |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), PyTech SRL, Ooops |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), PyTech SRL, Ooops |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - delivery - sale_stock - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
get_collection_price_unit(self, order)
collection_price
Float
digits='Product Price'
string='Collection Price'
No public methods.
No new fields.
Public methods (1)onchange_order_line(self)
is_delivery_collection
Boolean
default=False
string='Is a Delivery Collection'
No public methods.