Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Invoicing (account) • Discuss (mail) • Inventory (stock) • Website (website) |
Community Apps Dependencies | Show |
Lines of code | 1811 |
Technical Name |
product_data_feed_cache |
License | OPL-1 |
Website | https://garazd.biz/shop |
Versions | 13.0 14.0 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Invoicing (account) • Discuss (mail) • Inventory (stock) • Website (website) |
Community Apps Dependencies | Show |
Lines of code | 1811 |
Technical Name |
product_data_feed_cache |
License | OPL-1 |
Website | https://garazd.biz/shop |
Versions | 13.0 14.0 15.0 16.0 17.0 18.0 |
- Community
- Enterprise
Optimize your Odoo product data feeds with caching feature
Data feed generating, usually, is initiated on request from an external system. If your feed contains a large product list, the processing can take a long time and the external system may not wait for a response.
To solve this issue, we have developed a solution that generates feeds on an hourly or daily basis by the cron task. This eliminates the need to wait for the feed to be generated, so your feed file will be ready at the moment when the external system sends a request.
This solution is fully compatible with our Odoo Data Feed Apps and can be used with any of them.
Easy to activate and configure
Multi feed support
Free 30 days support and 180 days bug-fixing
Demo & Test. Click on the "Live Preview" button
- Daily - the data feed will be generated once a day and a file will be stored in the cache.
- Hourly - generate a feed file once an hour.

Currently, the partial caching feature only supports feeds with CSV and TSV formats.

-
17.0.1.1.4 2025-03-11
- Add a progress counter for the partial caching.
-
17.0.1.1.3 2025-01-09
- Add logic to clean up the JSON field.
- Replace the clean cache button.
-
17.0.1.1.2 2024-12-24
- Change the item list field to the JSON type.
-
17.0.1.1.1 2024-12-17
- Add a new "Update Frequency" value - "By Cron", when a caching is performed every "Data Feeds: Caching" cron running.
-
17.0.1.1.0 2024-12-05
- Implement the logic for partial caching of the GMC XML feeds.
- Improve message posting.
-
17.0.1.0.0 2024-01-26
- Migration from 16.0.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module