diff --git a/base_multi_image/README.rst b/base_multi_image/README.rst index d33a0c264..3674b6dd0 100644 --- a/base_multi_image/README.rst +++ b/base_multi_image/README.rst @@ -22,7 +22,7 @@ Usage To manage all stored images, you need to: -* Go to *Settings > Configuration > Multi images*. +* Go to *Settings > Technical > Multi images*. ... but you probably prefer to manage them from the forms supplied by submodules that inherit this behavior. @@ -71,7 +71,7 @@ To develop a module based on this one: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/149/8.0 + :target: https://runbot.odoo-community.org/runbot/149/9.0 Known issues / Roadmap ====================== @@ -90,7 +90,7 @@ help us smashing it by providing a detailed and welcomed `feedback `_. +9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. Credits ======= @@ -106,6 +106,7 @@ Contributors * Pedro M. Baeza * Rafael Blasco * Jairo Llopis +* Sodexis Maintainer ---------- diff --git a/base_multi_image/__openerp__.py b/base_multi_image/__openerp__.py index 524b8ddcf..7fc905cb8 100644 --- a/base_multi_image/__openerp__.py +++ b/base_multi_image/__openerp__.py @@ -2,14 +2,15 @@ # © 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) # Pedro M. Baeza # © 2015 Antiun Ingeniería S.L. - Jairo Llopis +# © 2016 Sodexis # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Multiple images base", "summary": "Allow multiple images for database objects", - "version": "8.0.2.0.0", + "version": "9.0.1.0.0", "author": "Serv. Tecnol. Avanzados - Pedro M. Baeza, " - "Antiun Ingeniería, S.L., " + "Antiun Ingeniería, S.L., Sodexis, " "Odoo Community Association (OCA)", "license": "AGPL-3", "website": "http://www.antiun.com", diff --git a/base_multi_image/views/image_view.xml b/base_multi_image/views/image_view.xml index d6907a511..b4b925714 100644 --- a/base_multi_image/views/image_view.xml +++ b/base_multi_image/views/image_view.xml @@ -7,59 +7,61 @@ base_multi_image.image
- - - - - - - - - - - - - - - - - + + - - + 'invisible': [ + ('show_technical', '=', False), + ], + }"> + + + + + + + + + + + + + + + + + + + + + - - + + - - - - + @@ -131,12 +133,13 @@ Multi images base_multi_image.image kanban,tree,form + Click to add an image attached to an specific record. + parent="base.menu_custom"/>