Skip to content

Commit b5aaba0

Browse files
committed
[BOT] post-merge updates
1 parent 70038de commit b5aaba0

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ addon | version | maintainers | summary
3737
[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.
3838
[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
3939
[base_m2m_custom_field](base_m2m_custom_field/) | 16.0.1.0.0 | | Customizations of Many2many
40-
[base_multi_image](base_multi_image/) | 16.0.1.0.0 | | Allow multiple images for database objects
40+
[base_multi_image](base_multi_image/) | 16.0.1.0.1 | | Allow multiple images for database objects
4141
[base_name_search_improved](base_name_search_improved/) | 16.0.1.0.2 | | Friendlier search when typing in relation fields
4242
[base_partition](base_partition/) | 16.0.1.0.0 | | Base module that provide the partition method on all models
4343
[base_remote](base_remote/) | 16.0.1.0.0 | | Remote Base

base_multi_image/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Multiple images base
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:60ac00ce7f687070232e6497bd0c97a20de9bcf45f9263960a3529ab63865636
10+
!! source digest: sha256:3a6e6f20a1f94157e9fafd8edf8c8ce1603661bb638930571085941fa47a3ed0
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

base_multi_image/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Multiple images base",
99
"summary": "Allow multiple images for database objects",
10-
"version": "16.0.1.0.0",
10+
"version": "16.0.1.0.1",
1111
"author": "Tecnativa, "
1212
"Antiun Ingeniería, S.L., Sodexis, "
1313
"LasLabs, OpenFire, "

base_multi_image/static/description/index.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -366,7 +367,7 @@ <h1 class="title">Multiple images base</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:60ac00ce7f687070232e6497bd0c97a20de9bcf45f9263960a3529ab63865636
370+
!! source digest: sha256:3a6e6f20a1f94157e9fafd8edf8c8ce1603661bb638930571085941fa47a3ed0
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/base_multi_image"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_multi_image"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module extends the functionality of any model to support multiple images
@@ -458,7 +459,9 @@ <h1><a class="toc-backref" href="#toc-entry-3">Development</a></h1>
458459
</pre>
459460
</li>
460461
</ul>
461-
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/149/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a>
462+
<a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/149/10.0">
463+
<img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" />
464+
</a>
462465
</div>
463466
<div class="section" id="known-issues-roadmap">
464467
<h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
@@ -515,7 +518,9 @@ <h3><a class="toc-backref" href="#toc-entry-10">Original implementation</a></h3>
515518
<div class="section" id="maintainers">
516519
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
517520
<p>This module is maintained by the OCA.</p>
518-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
521+
<a class="reference external image-reference" href="https://odoo-community.org">
522+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
523+
</a>
519524
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
520525
mission is to support the collaborative development of Odoo features and
521526
promote its widespread use.</p>

0 commit comments

Comments
 (0)