Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://laslabs.com
Last tracking update
2026-08-07 07:17:47
Authors
Odoo Community Association (OCA), LasLabs
Maintainers
Odoo Community Association (OCA), LasLabs
Committers
OCA Transbot, Dave Lasley, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_pricelist_item_form_view product.pricelist.form product.pricelist.item form Inherits product.product_pricelist_item_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • compute_price Selection
    selection_add=[('tiered', 'Tiered Price')]
  • tiered_price Float
    digits=dp.get_precision('Product Price') help='The desired price at minimum quantity you specify. e.g. You want 10 bowls to cost a total of $20. Set this field to 20, and set minimum quantity to 10. The price discount will automatically be calculated for you.' store=True string='Tiered Price'
Public methods (0)

No public methods.