Maintainers
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/README.md b/README.md index 2329aa31cff..4775f338589 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ addon | version | maintainers | summary [base_import_default_enable_tracking](base_import_default_enable_tracking/) | 16.0.1.0.0 | [![benwillig](https://github.com/benwillig.png?size=30px)](https://github.com/benwillig) | This modules simply enables history tracking when doing an import. [base_import_odoo](base_import_odoo/) | 16.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) [![thomaspaulb](https://github.com/thomaspaulb.png?size=30px)](https://github.com/thomaspaulb) | Import records from another Odoo instance [base_m2m_custom_field](base_m2m_custom_field/) | 16.0.1.0.0 | | Customizations of Many2many -[base_multi_image](base_multi_image/) | 16.0.1.0.0 | | Allow multiple images for database objects +[base_multi_image](base_multi_image/) | 16.0.1.0.1 | | Allow multiple images for database objects [base_name_search_improved](base_name_search_improved/) | 16.0.1.0.2 | | Friendlier search when typing in relation fields [base_partition](base_partition/) | 16.0.1.0.0 | | Base module that provide the partition method on all models [base_remote](base_remote/) | 16.0.1.0.0 | | Remote Base diff --git a/base_multi_image/README.rst b/base_multi_image/README.rst index df59057f4e5..8b10d7833f3 100644 --- a/base_multi_image/README.rst +++ b/base_multi_image/README.rst @@ -7,7 +7,7 @@ Multiple images base !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:60ac00ce7f687070232e6497bd0c97a20de9bcf45f9263960a3529ab63865636 + !! source digest: sha256:3a6e6f20a1f94157e9fafd8edf8c8ce1603661bb638930571085941fa47a3ed0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_multi_image/__manifest__.py b/base_multi_image/__manifest__.py index 4f933f89231..2d55d0e63e3 100644 --- a/base_multi_image/__manifest__.py +++ b/base_multi_image/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Multiple images base", "summary": "Allow multiple images for database objects", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Tecnativa, " "Antiun IngenierĂa, S.L., Sodexis, " "LasLabs, OpenFire, " diff --git a/base_multi_image/static/description/index.html b/base_multi_image/static/description/index.html index 2d0027ebbf9..f033d2677f6 100644 --- a/base_multi_image/static/description/index.html +++ b/base_multi_image/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@
This module extends the functionality of any model to support multiple images @@ -458,7 +459,9 @@
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.