Skip to content

Commit 41f7cc8

Browse files
committed
[BOT] post-merge updates
1 parent d1c15cf commit 41f7cc8

File tree

5 files changed

+37
-22
lines changed

5 files changed

+37
-22
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ addon | version | maintainers | summary
6060
[product_main_supplierinfo](product_main_supplierinfo/) | 16.0.1.0.0 | <a href='https://github.com/sebalix'><img src='https://github.com/sebalix.png' width='32' height='32' style='border-radius:50%;' alt='sebalix'/></a> | Display the main vendor of a product.
6161
[product_manufacturer](product_manufacturer/) | 16.0.1.0.1 | | Adds manufacturers and attributes on the product view.
6262
[product_multi_category](product_multi_category/) | 16.0.1.0.0 | | Product - Many Categories
63+
[product_multi_image](product_multi_image/) | 16.0.1.0.0 | | Add multiple images for a product, a.k.a. an image gallery.
6364
[product_net_weight](product_net_weight/) | 16.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Add 'Net Weight' on product models
6465
[product_optional_product_quantity](product_optional_product_quantity/) | 16.0.1.1.0 | | Specify optional products quantity for product
6566
[product_origin](product_origin/) | 16.0.1.0.0 | <a href='https://github.com/rousseldenis'><img src='https://github.com/rousseldenis.png' width='32' height='32' style='border-radius:50%;' alt='rousseldenis'/></a> <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Adds the origin of the product

product_multi_image/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===========================
26
Multiple Images in Products
37
===========================
@@ -7,13 +11,13 @@ Multiple Images in Products
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:6dc98dd3fc0494ff6c8f8250d65117a27e8f2cc176db276ff0573ad890116609
14+
!! source digest: sha256:8736ca1f7abf916ecf768de1f27aca5f711f645509f91aa77ef4fd690fc3df00
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github

product_multi_image/static/description/index.html

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Multiple Images in Products</title>
6+
<title>README.rst</title>
77
<style type="text/css">
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 {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="multiple-images-in-products">
363-
<h1 class="title">Multiple Images in Products</h1>
363+
<div class="document">
364364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="multiple-images-in-products">
370+
<h1>Multiple Images in Products</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:6dc98dd3fc0494ff6c8f8250d65117a27e8f2cc176db276ff0573ad890116609
375+
!! source digest: sha256:8736ca1f7abf916ecf768de1f27aca5f711f645509f91aa77ef4fd690fc3df00
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/product-attribute/tree/16.0/product_multi_image"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_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/product-attribute&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/product-attribute/tree/16.0/product_multi_image"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_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/product-attribute&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<p>This module implements the possibility to have multiple images for a product
373379
template, a.k.a. an image gallery.</p>
374380
<p><strong>Table of contents</strong></p>
@@ -391,15 +397,15 @@ <h1 class="title">Multiple Images in Products</h1>
391397
</ul>
392398
</div>
393399
<div class="section" id="installation">
394-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
400+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
395401
<p>To install this module, you need to:</p>
396402
<ul class="simple">
397403
<li>Install <tt class="docutils literal">base_multi_image</tt> from
398404
<a class="reference external" href="https://github.com/OCA/server-tools">OCA/server-tools</a>.</li>
399405
</ul>
400406
</div>
401407
<div class="section" id="configuration">
402-
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
408+
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
403409
<p>You can manage your images at Product template level:</p>
404410
<ol class="arabic simple">
405411
<li>Go to <em>Sales &gt; Products &gt; Products</em> and choose a product template.</li>
@@ -424,7 +430,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
424430
</ol>
425431
</div>
426432
<div class="section" id="known-issues-roadmap">
427-
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
433+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
428434
<ul class="simple">
429435
<li>The field “Available in these variants” appears when opening the image
430436
from the product variant.</li>
@@ -439,25 +445,25 @@ <h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
439445
</ul>
440446
</div>
441447
<div class="section" id="bug-tracker">
442-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
448+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
443449
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/product-attribute/issues">GitHub Issues</a>.
444450
In case of trouble, please check there if your issue has already been reported.
445451
If you spotted it first, help us to smash it by providing a detailed and welcomed
446452
<a class="reference external" href="https://github.com/OCA/product-attribute/issues/new?body=module:%20product_multi_image%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
447453
<p>Do not contact contributors directly about support or help with technical issues.</p>
448454
</div>
449455
<div class="section" id="credits">
450-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
456+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
451457
<div class="section" id="authors">
452-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
458+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
453459
<ul class="simple">
454460
<li>Antiun Ingeniería</li>
455461
<li>Tecnativa</li>
456462
<li>LasLabs</li>
457463
</ul>
458464
</div>
459465
<div class="section" id="contributors">
460-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
466+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
461467
<ul class="simple">
462468
<li>Pedro M. Baeza &lt;<a class="reference external" href="mailto:pedro.baeza&#64;serviciosbaeza.com">pedro.baeza&#64;serviciosbaeza.com</a>&gt;</li>
463469
<li>Rafael Blasco &lt;<a class="reference external" href="mailto:rafabn&#64;antiun.com">rafabn&#64;antiun.com</a>&gt;</li>
@@ -473,23 +479,25 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
473479
</ul>
474480
</div>
475481
<div class="section" id="other-credits">
476-
<h2><a class="toc-backref" href="#toc-entry-8">Other credits</a></h2>
482+
<h3><a class="toc-backref" href="#toc-entry-8">Other credits</a></h3>
477483
<ul class="simple">
478484
<li>The migration of this module from 12.0 to 14.0 was financially supported by
479485
Camptocamp.</li>
480486
</ul>
481487
<div class="section" id="original-implementation">
482-
<h3><a class="toc-backref" href="#toc-entry-9">Original implementation</a></h3>
488+
<h4><a class="toc-backref" href="#toc-entry-9">Original implementation</a></h4>
483489
<ul class="simple">
484490
<li>This module is inspired in previous module <em>product_images</em> from OpenLabs
485491
and Akretion.</li>
486492
</ul>
487493
</div>
488494
</div>
489495
<div class="section" id="maintainers">
490-
<h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
496+
<h3><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h3>
491497
<p>This module is maintained by the OCA.</p>
492-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
498+
<a class="reference external image-reference" href="https://odoo-community.org">
499+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
500+
</a>
493501
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
494502
mission is to support the collaborative development of Odoo features and
495503
promote its widespread use.</p>
@@ -498,5 +506,6 @@ <h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
498506
</div>
499507
</div>
500508
</div>
509+
</div>
501510
</body>
502511
</html>

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20250523.0
1+
16.0.20250722.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
'odoo-addon-product_main_supplierinfo>=16.0dev,<16.1dev',
4848
'odoo-addon-product_manufacturer>=16.0dev,<16.1dev',
4949
'odoo-addon-product_multi_category>=16.0dev,<16.1dev',
50+
'odoo-addon-product_multi_image>=16.0dev,<16.1dev',
5051
'odoo-addon-product_net_weight>=16.0dev,<16.1dev',
5152
'odoo-addon-product_optional_product_quantity>=16.0dev,<16.1dev',
5253
'odoo-addon-product_origin>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)