Skip to content

Commit beb7abc

Browse files
committed
[UPD] README.rst
1 parent 6073ef4 commit beb7abc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

web_notify/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ or
5959
6060
self.env.user.notify_warning(message='My marning message')
6161
62-
.. figure:: static/description/notifications_screenshot.png
62+
.. figure:: https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/notifications_screenshot.png
6363
:scale: 80 %
6464
:alt: Sample notifications
6565

6666
You can test the behaviour of the notifications by installing this module in a demo database.
6767
Access the users form through Settings -> Users & Companies. You'll see a tab called "Test web notify", here you'll find two buttons that'll allow you test the module.
6868

69-
.. figure:: static/description/test_notifications_demo.png
69+
.. figure:: https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/test_notifications_demo.png
7070
:scale: 80 %
7171
:alt: Sample notifications
7272

web_notify/static/description/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,12 @@ <h1><a class="toc-backref" href="#id2">Usage</a></h1>
404404
<span class="bp">self</span><span class="o">.</span><span class="n">env</span><span class="o">.</span><span class="n">user</span><span class="o">.</span><span class="n">notify_warning</span><span class="p">(</span><span class="n">message</span><span class="o">=</span><span class="s1">'My marning message'</span><span class="p">)</span>
405405
</pre>
406406
<div class="figure">
407-
<img alt="Sample notifications" src="static/description/notifications_screenshot.png" />
407+
<img alt="Sample notifications" src="https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/notifications_screenshot.png" />
408408
</div>
409409
<p>You can test the behaviour of the notifications by installing this module in a demo database.
410410
Access the users form through Settings -&gt; Users &amp; Companies. You’ll see a tab called “Test web notify”, here you’ll find two buttons that’ll allow you test the module.</p>
411411
<div class="figure">
412-
<img alt="Sample notifications" src="static/description/test_notifications_demo.png" />
412+
<img alt="Sample notifications" src="https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/test_notifications_demo.png" />
413413
</div>
414414
</div>
415415
<div class="section" id="bug-tracker">

web_widget_x2many_2d_matrix/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ An example use case would be: Select some projects and some employees so that
4242
a manager can easily fill in the planned_hours for one task per employee. The
4343
result could look like this:
4444

45-
.. image:: /web_widget_x2many_2d_matrix/static/description/screenshot.png
45+
.. image:: https://raw.githubusercontent.com/web_widget_x2many_2d_matrix/static/description/screenshot.png
4646
:alt: Screenshot
4747

4848
The beauty of this is that you have an arbitrary amount of columns with this

web_widget_x2many_2d_matrix/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ <h1 class="title">2D matrix for x2many fields</h1>
397397
<p>An example use case would be: Select some projects and some employees so that
398398
a manager can easily fill in the planned_hours for one task per employee. The
399399
result could look like this:</p>
400-
<img alt="Screenshot" src="/web_widget_x2many_2d_matrix/static/description/screenshot.png" />
400+
<img alt="Screenshot" src="https://raw.githubusercontent.com/web_widget_x2many_2d_matrix/static/description/screenshot.png" />
401401
<p>The beauty of this is that you have an arbitrary amount of columns with this
402402
widget, trying to get this in standard x2many lists involves some quite ugly
403403
hacks.</p>

0 commit comments

Comments
 (0)