Skip to content

Commit 5f164f5

Browse files
committed
[FIX] web_ir_actions_act_window_message: remove incorrect documentation
1 parent 10d750b commit 5f164f5

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

web_ir_actions_act_window_message/README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Depend on this module and return
4949
'message': _('My message'),
5050
# optional title of the close button, if not set, will be _('Close')
5151
# if set False, no close button will be shown
52-
# you can create your own close button with an action of type
53-
# ir.actions.act_window_close
5452
'close_button_title': 'Make this window go away',
5553
# Use HTML instead of text
5654
'is_html_message': True,

web_ir_actions_act_window_message/readme/USAGE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Depend on this module and return
77
'message': _('My message'),
88
# optional title of the close button, if not set, will be _('Close')
99
# if set False, no close button will be shown
10-
# you can create your own close button with an action of type
11-
# ir.actions.act_window_close
1210
'close_button_title': 'Make this window go away',
1311
# Use HTML instead of text
1412
'is_html_message': True,

web_ir_actions_act_window_message/static/description/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
396396
</span> <span class="s1">'message'</span><span class="p">:</span> <span class="n">_</span><span class="p">(</span><span class="s1">'My message'</span><span class="p">),</span><span class="w">
397397
</span> <span class="c1"># optional title of the close button, if not set, will be _('Close')</span><span class="w">
398398
</span> <span class="c1"># if set False, no close button will be shown</span><span class="w">
399-
</span> <span class="c1"># you can create your own close button with an action of type</span><span class="w">
400-
</span> <span class="c1"># ir.actions.act_window_close</span><span class="w">
401399
</span> <span class="s1">'close_button_title'</span><span class="p">:</span> <span class="s1">'Make this window go away'</span><span class="p">,</span><span class="w">
402400
</span> <span class="c1"># Use HTML instead of text</span><span class="w">
403401
</span> <span class="s1">'is_html_message'</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span><span class="w">

0 commit comments

Comments
 (0)