Pricelist Cache
Provide a new model to cache price lists and update it, to make it easier to retrieve them.
Pricelist Cache
Provides a cron task who caches prices for all products and all pricelists. The goal is to be able to generate a whole catalog of prices and products for a given customer in a decent time.
Everyday, the cron task will trash the previous day's cache, and rebuild it from scratch. It means that at any moment, the prices stored in the cache are those of the current day, and will not be recomputed before the next day.
However, new prices will be cached in the following cases:
- new product is created
- new pricelist is created
- new pricelist item is created
Table of contents
Known issues / Roadmap
- Use job dependencies. If pricelist a is based on b, then job a should depend on job b.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Camptocamp
Contributors
- Telmo Santos <telmo.santos@camptocamp.com>
- Matthieu Méquignon <matthieu.mequignon@camptocamp.com>
- Simone Orsi <simahawk@gmail.com>
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
- Sébastien Alix <sebastien.alix@camptocamp.com>
- Trobz:
- Hai Lang <hailn@trobz.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/sale-workflow project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Once the user has seen at least one product this snippet will be visible.