1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
******
Design
******
The *Product Price List Dates Module* extends the following concepts:
.. _model-product.price_list:
Price List
==========
When the *Product Price List Dates Modules* is activated, the computation of
price is using the contextual date or today as fallback.
Only lines for which the date is inside the period (or without a period) may be
selected for the computation.
.. _model-product.price_list.cache:
Price List Cache
================
When the *Product Price List Dates Module* and *Product Price List Cache
Module* are activated, the cache is pre-computed for the :ref:`configured range
<config-product_price_list_dates.cache_days>` of date starting from today.
|