DamonLiu0814 / ormcache_redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odoo-orm-cache

Dependencies

odoo-orm-cache uses redis to store cache into redis server. You will need to install it.

Compatibility

This module is compatible with Odoo 11 and Python 3. For older versions, you can refer to the original source code (see credits below).

Configuration

In order to use odoo-orm-cahe you will need to edit etc/odoo/odoo.conf file:

  • modify the master odoo.conf file:
    ormcache_redis_url=redis://@redis-ip:6379/0 
    ormcache_redis_expire=604800

Additional Information and Credits

This code is custom from this repo it using odoo 10 and this repo use for Odoo v11.0 and using it as modular.

About


Languages

Language:Python 100.0%