3
3
< head >
4
4
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
5
5
< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6
- < title > README.rst </ title >
6
+ < title > Client side message boxes </ title >
7
7
< style type ="text/css ">
8
8
9
9
/*
360
360
</ style >
361
361
</ head >
362
362
< body >
363
- < div class ="document ">
363
+ < div class ="document " id ="client-side-message-boxes ">
364
+ < h1 class ="title "> Client side message boxes</ h1 >
364
365
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 ="client-side-message-boxes ">
370
- < h1 > Client side message boxes</ h1 >
371
366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372
367
!! This file is generated by oca-gen-addon-readme !!
373
368
!! changes will be overwritten. !!
374
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
370
!! source digest: sha256:7ce537d4c262436ca7e2b131817ed046ba5a113a8bb31c56e077546948571918
376
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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_ir_actions_act_window_message "> < 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_ir_actions_act_window_message "> < 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 >
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_ir_actions_act_window_message "> < 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_ir_actions_act_window_message "> < 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 >
378
373
< p > This module allows to show a message popup on the client side as result
379
374
of a button.</ p >
380
375
< p > < strong > Table of contents</ strong > </ p >
@@ -392,7 +387,7 @@ <h1>Client side message boxes</h1>
392
387
</ ul >
393
388
</ div >
394
389
< div class ="section " id ="usage ">
395
- < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
390
+ < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
396
391
< p > Depend on this module and return</ p >
397
392
< pre class ="code python literal-block ">
398
393
< span class ="p "> {</ span > < span class ="w ">
@@ -437,31 +432,31 @@ <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
437
432
< p > You are responsible for translating the messages.</ p >
438
433
</ div >
439
434
< div class ="section " id ="known-issues-roadmap ">
440
- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h2 >
435
+ < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h1 >
441
436
< ul class ="simple ">
442
437
< li > add message_type to differenciate between warnings, errors, etc.</ li >
443
438
< li > have one message_type to show a nonmodal warning on top right</ li >
444
439
</ ul >
445
440
</ div >
446
441
< div class ="section " id ="bug-tracker ">
447
- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
442
+ < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
448
443
< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web/issues "> GitHub Issues</ a > .
449
444
In case of trouble, please check there if your issue has already been reported.
450
445
If you spotted it first, help us to smash it by providing a detailed and welcomed
451
446
< a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_ir_actions_act_window_message%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
452
447
< p > Do not contact contributors directly about support or help with technical issues.</ p >
453
448
</ div >
454
449
< div class ="section " id ="credits ">
455
- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
450
+ < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
456
451
< div class ="section " id ="authors ">
457
- < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
452
+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
458
453
< ul class ="simple ">
459
454
< li > Therp BV</ li >
460
455
< li > ACSONE SA/NV</ li >
461
456
</ ul >
462
457
</ div >
463
458
< div class ="section " id ="contributors ">
464
- < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
459
+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
465
460
< ul class ="simple ">
466
461
< li > Holger Brunn << a class ="reference external " href ="mailto:hbrunn@therp.nl "> hbrunn@therp.nl</ a > ></ li >
467
462
< li > Zakaria Makrelouf (ACSONE SA/NV) << a class ="reference external " href ="mailto:z.makrelouf@gmail.com "> z.makrelouf@gmail.com</ a > ></ li >
@@ -477,7 +472,7 @@ <h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
477
472
</ ul >
478
473
</ div >
479
474
< div class ="section " id ="maintainers ">
480
- < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
475
+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
481
476
< p > This module is maintained by the OCA.</ p >
482
477
< a class ="reference external image-reference " href ="https://odoo-community.org ">
483
478
< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -490,6 +485,5 @@ <h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
490
485
</ div >
491
486
</ div >
492
487
</ div >
493
- </ div >
494
488
</ body >
495
489
</ html >
0 commit comments