TIP: You can type at any time to perform a new search.
Cache product prices per pricelist
product_pricelist_cache · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales Management
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://therp.nl/
- Last tracking update
- 2026-08-07 07:03:07
- Authors
- Odoo Community Association (OCA), Therp BV
- Maintainers
- Odoo Community Association (OCA), Therp BV
- Committers
- OCA Transbot, Dave Lasley, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_price_cache_form |
product.price.cache | form | New | |
product_price_cache_search |
product.price.cache | search | New | |
product_price_cache_tree |
product.price.cache | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (3)
-
priceFloatdigits=dp.get_precision('Product Price')readonly=True -
pricelist_idMany2one → product.pricelistcomodel_name='product.pricelist'index=Trueondelete='cascade'readonly=Truestring='Pricelist' -
product_idMany2one → product.productcomodel_name='product.product'index=Trueondelete='cascade'readonly=Truestring='Product'
-
cache_pricelist_prices(self, pricelist, all_products)@api.modelCache all simple product prices for a single pricelist. -
cache_pricelist_prices_all(self)@api.modelCache prices for all pricelists, for all products.
New fields (0)
No new fields.
Public methods (0)No public methods.