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 > Help Framework </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="help-framework ">
364- < h1 class ="title "> Help Framework</ 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 ="help-framework ">
370+ < h1 > Help Framework</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:58edff8be040444604931118c74b543873d860d4e6a635d001bab8749eba9fa2
375+ !! source digest: sha256:2eed0036ddf9fb18211c7c0b9684b5787a6ff6c2e318c2c8516ab6f47eaba8c3
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/web/tree/18.0/web_help "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_help "> < 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/web&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/web/tree/18.0/web_help "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_help "> < 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/web&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 introduces a new way to guide the user through Odoo. This
374379module is created because < strong > the standard Odoo tours:</ strong > </ p >
375380< ol class ="arabic simple ">
@@ -393,7 +398,7 @@ <h1 class="title">Help Framework</h1>
393398</ ul >
394399</ div >
395400< div class ="section " id ="usage ">
396- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
401+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
397402< p > < strong > Demo:</ strong > </ p >
398403< blockquote >
399404< img alt ="image " src ="https://raw.githubusercontent.com/OCA/web/18.0/web_help/static/description/demo.gif " /> </ blockquote >
@@ -410,35 +415,35 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
410415< tt class ="docutils literal "> static/src/change_password_trip.esm.js</ tt > </ p >
411416</ div >
412417< div class ="section " id ="known-issues-roadmap ">
413- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h1 >
418+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h2 >
414419< ul class ="simple ">
415420< li > Implement keyboard shortcuts</ li >
416421</ ul >
417422</ div >
418423< div class ="section " id ="bug-tracker ">
419- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
424+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
420425< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web/issues "> GitHub Issues</ a > .
421426In case of trouble, please check there if your issue has already been reported.
422427If you spotted it first, help us to smash it by providing a detailed and welcomed
423428< a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_help%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
424429< p > Do not contact contributors directly about support or help with technical issues.</ p >
425430</ div >
426431< div class ="section " id ="credits ">
427- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
432+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
428433< div class ="section " id ="authors ">
429- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
434+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
430435< ul class ="simple ">
431436< li > Onestein</ li >
432437</ ul >
433438</ div >
434439< div class ="section " id ="contributors ">
435- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
440+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
436441< ul class ="simple ">
437442< li > Dennis Sluijk << a class ="reference external " href ="mailto:d.sluijk@onestein.nl "> d.sluijk@onestein.nl</ a > ></ li >
438443</ ul >
439444</ div >
440445< div class ="section " id ="maintainers ">
441- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
446+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
442447< p > This module is maintained by the OCA.</ p >
443448< a class ="reference external image-reference " href ="https://odoo-community.org ">
444449< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -451,5 +456,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
451456</ div >
452457</ div >
453458</ div >
459+ </ div >
454460</ body >
455461</ html >
0 commit comments