product_list_price_from_pricelist
Automatically compute and keep product sale list prices aligned with a chosen pricelist configuration, including optional scheduled updates.
Key Features
- product.pricelist: Computes and writes product list prices from pricelist rules for applicable templates using quantity 1 while honoring company applicability checks.
- product.pricelist.item: Triggers recomputation of affected product template list prices when new items are created or relevant fields change, skipping automatic runs in tests unless explicitly enabled.
- res.config.settings: Adds settings to choose the base pricelist for computing product sale prices, set an optional main company restriction, and launch a manual price update.
- res.company: Stores the base pricelist used for recomputing prices and exposes a daily cron action to apply the updates per company.