Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.0.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 09:06:24
Authors
Odoo Community Association (OCA), Trey (www.trey.es)
Maintainers
Odoo Community Association (OCA), Trey (www.trey.es)
Committers
OCA-git-bot, oca-ci, Hoa - Truong Thi Kim
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
delivery_seur_atlas
Description
This module allows to force a local price rate computation for any
delivery method, including those that have been created to query a
webservice for fetching the rate.

It uses the existing fixed price or price based on rules computations.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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 (1)

New fields (1)
  • price_method Selection
    default='carrier' selection=[('carrier', 'Carrier obtained price'), ('fixed', 'Fixed price'), ('base_on_rule', 'Based on Rules')] string='Price method'
Public methods (2)
  • rate_shipment(self, order)
  • send_shipping(self, pickings)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…