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 IDNameModelTypeStatus
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)
  • price Float
    digits=dp.get_precision('Product Price') readonly=True
  • pricelist_id Many2one → product.pricelist
    comodel_name='product.pricelist' index=True ondelete='cascade' readonly=True string='Pricelist'
  • product_id Many2one → product.product
    comodel_name='product.product' index=True ondelete='cascade' readonly=True string='Product'
Public methods (2)
  • cache_pricelist_prices(self, pricelist, all_products)
    @api.model
    Cache all simple product prices for a single pricelist.
  • cache_pricelist_prices_all(self)
    @api.model
    Cache prices for all pricelists, for all products.

New fields (0)

No new fields.

Public methods (0)

No public methods.