Metadata-Version: 2.1
Name: odoo12-addon-in-memory-filestore
Version: 12.0.1.0.1.99.dev1
Summary: Change the filestore to in memory. Only for testing (CI) purposes.
Home-page: http://www.coopdevs.org
Author: Coopdevs
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 12.0
Requires-Python: >=3.5
Requires-Dist: odoo (<12.1dev,>=12.0a)


        This module changes the filestore to in memory. The goal is to use it
        to save time in the CI process. It is not intended to be used in
        production.
    
