| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/8.0/product_pricelist_cache |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Dave Lasley, oca-travis |
| WEBSITE | |
| WEBSITE | https://therp.nl/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 |
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'
cache_pricelist_prices(self, pricelist, all_products)
cache_pricelist_prices_all(self)
No new fields.
Public methods (0)No public methods.