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
1414Default cascading style sheet for the HTML output of Docutils.
15+ Despite the name, some widely supported CSS2 features are used.
1516
1617See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718customize this style sheet.
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 */
278279pre .code , code { background-color : # eeeeee }
279280pre .code .comment , code .comment { color : # 5C6576 }
280281pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
300301span .pre {
301302 white-space : pre }
302303
303- span .problematic {
304+ span .problematic , pre . problematic {
304305 color : red }
305306
306307span .section-subtitle {
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&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&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
373379template, 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 > Products > 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
430436from 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 > .
444450In case of trouble, please check there if your issue has already been reported.
445451If 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 << a class ="reference external " href ="mailto:pedro.baeza@serviciosbaeza.com "> pedro.baeza@serviciosbaeza.com</ a > ></ li >
463469< li > Rafael Blasco << a class ="reference external " href ="mailto:rafabn@antiun.com "> rafabn@antiun.com</ a > ></ 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
479485Camptocamp.</ 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
485491and 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
494502mission is to support the collaborative development of Odoo features and
495503promote 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 >
0 commit comments