Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.0.0
Category
Delivery
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier/tree/10.0/delivery_price_by_category
Last tracking update
2026-08-07 07:17:46
Authors
Odoo Community Association (OCA), Agile Business Group
Maintainers
Odoo Community Association (OCA), Agile Business Group
Committers
Weblate, OCA-git-bot, oca-travis, SimoRubi
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_delivery_price_rule_form Add category to delivery.price.rule delivery.price.rule form Inherits delivery.view_delivery_price_rule_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • get_price_available(self, order)
    @api.multi
  • get_price_dict(self, order)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product category'
  • product_category_price Float
    default=0.0 digits=dp.get_precision('Product Price') required=True string='Category price'
Public methods (0)

No public methods.