From 6f9d45e24684f93b6035382a005e9ad7590b8e50 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Wed, 9 Mar 2016 16:35:43 +0100 Subject: [PATCH] Add known issues section. --- base_multi_image/README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/base_multi_image/README.rst b/base_multi_image/README.rst index 816148fe9..35934e6a1 100644 --- a/base_multi_image/README.rst +++ b/base_multi_image/README.rst @@ -59,6 +59,13 @@ To develop a module based on this one: :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/149/8.0 +Known issues / Roadmap +====================== + +* *OS file* storage mode for images is meant to provide a path where Odoo has + read access and the image is already found, **not for making the module store + images there**. It would be nice to add that feature though. + Bug Tracker ===========