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 base </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="multiple-images-base ">
364- < h1 class ="title "> Multiple images base</ h1 >
363+ < div class ="document ">
365364
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-base ">
370+ < h1 > Multiple images base</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:900ccdb66c4ef3d2824a8975ef824a3b94637d2653b157c7826e0d69f17bd3cf
375+ !! source digest: sha256:7d7d7ff49238ae637a43a041331145a0a62413ed8585f0f750d866394e2c75b5
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < 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/18.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-18-0/server-tools-18-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&target_branch=18.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/server-tools/tree/18.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-18-0/server-tools-18-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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module extends the functionality of any model to support multiple
374379images (a gallery) attached to it and allow you to manage them.</ p >
375380< p > < strong > Table of contents</ strong > </ p >
@@ -395,23 +400,23 @@ <h1 class="title">Multiple images base</h1>
395400</ ul >
396401</ div >
397402< div class ="section " id ="installation ">
398- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h1 >
403+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h2 >
399404< p > This module adds abstract models to work on. Its sole purpose is to
400405serve as base for other modules that implement galleries, so if you
401406install this one manually you will notice no change. You should install
402407any other module based on this one and this will get installed
403408automatically.</ p >
404409</ div >
405410< div class ="section " id ="configuration ">
406- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h1 >
411+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h2 >
407412< p > To manage all stored images, you need to:</ p >
408413< ul class ="simple ">
409414< li > Go to < em > Settings > Technical > Multi images</ em > .</ li >
410415</ ul >
411416< p > … but you probably prefer to manage them from the forms supplied by
412417submodules that inherit this behavior.</ p >
413418< div class ="section " id ="development ">
414- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Development</ a > </ h2 >
419+ < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> Development</ a > </ h3 >
415420< p > To develop a module based on this one:</ p >
416421< ul >
417422< li > < p class ="first "> See module < tt class ="docutils literal "> product_multi_image</ tt > as an example.</ p >
@@ -472,7 +477,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Development</a></h2>
472477</ div >
473478</ div >
474479< div class ="section " id ="known-issues-roadmap ">
475- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h1 >
480+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Known issues / Roadmap</ a > </ h2 >
476481< ul class ="simple ">
477482< li > < em > OS file</ em > storage mode for images is meant to provide a path where
478483Odoo has read access and the image is already found, < strong > not for making
@@ -481,17 +486,17 @@ <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
481486</ ul >
482487</ div >
483488< div class ="section " id ="bug-tracker ">
484- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h1 >
489+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Bug Tracker</ a > </ h2 >
485490< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-tools/issues "> GitHub Issues</ a > .
486491In case of trouble, please check there if your issue has already been reported.
487492If you spotted it first, help us to smash it by providing a detailed and welcomed
488493< a class ="reference external " href ="https://github.com/OCA/server-tools/issues/new?body=module:%20base_multi_image%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
489494< p > Do not contact contributors directly about support or help with technical issues.</ p >
490495</ div >
491496< div class ="section " id ="credits ">
492- < h1 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h1 >
497+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Credits</ a > </ h2 >
493498< div class ="section " id ="authors ">
494- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h2 >
499+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Authors</ a > </ h3 >
495500< ul class ="simple ">
496501< li > Tecnativa</ li >
497502< li > Antiun Ingeniería</ li >
@@ -502,7 +507,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
502507</ ul >
503508</ div >
504509< div class ="section " id ="contributors ">
505- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h2 >
510+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Contributors</ a > </ h3 >
506511< ul class ="simple ">
507512< li > Pedro M. Baeza << a class ="reference external " href ="mailto:pedro.baeza@serviciosbaeza.com "> pedro.baeza@serviciosbaeza.com</ a > ></ li >
508513< li > Rafael Blasco << a class ="reference external " href ="mailto:rafabn@antiun.com "> rafabn@antiun.com</ a > ></ li >
@@ -521,15 +526,15 @@ <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
521526</ ul >
522527</ div >
523528< div class ="section " id ="other-credits ">
524- < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Other credits</ a > </ h2 >
529+ < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> Other credits</ a > </ h3 >
525530< div class ="section " id ="original-implementation ">
526- < h3 > < a class ="toc-backref " href ="#toc-entry-10 "> Original implementation</ a > </ h3 >
531+ < h4 > < a class ="toc-backref " href ="#toc-entry-10 "> Original implementation</ a > </ h4 >
527532< p > This module is inspired in previous module < em > product_images</ em > from
528533OpenLabs and Akretion.</ p >
529534</ div >
530535</ div >
531536< div class ="section " id ="maintainers ">
532- < h2 > < a class ="toc-backref " href ="#toc-entry-11 "> Maintainers</ a > </ h2 >
537+ < h3 > < a class ="toc-backref " href ="#toc-entry-11 "> Maintainers</ a > </ h3 >
533538< p > This module is maintained by the OCA.</ p >
534539< a class ="reference external image-reference " href ="https://odoo-community.org ">
535540< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -542,5 +547,6 @@ <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
542547</ div >
543548</ div >
544549</ div >
550+ </ div >
545551</ body >
546552</ html >
0 commit comments