[UPD] README.rst

pull/2956/head
OCA-git-bot 2018-12-02 02:59:09 +00:00 committed by trisdoan
parent cd0a6c9a73
commit 869bc3c7a8
2 changed files with 4 additions and 4 deletions

View File

@ -59,14 +59,14 @@ or
self.env.user.notify_warning(message='My marning message') self.env.user.notify_warning(message='My marning message')
.. figure:: static/description/notifications_screenshot.png .. figure:: https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/notifications_screenshot.png
:scale: 80 % :scale: 80 %
:alt: Sample notifications :alt: Sample notifications
You can test the behaviour of the notifications by installing this module in a demo database. You can test the behaviour of the notifications by installing this module in a demo database.
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. 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.
.. figure:: static/description/test_notifications_demo.png .. figure:: https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/test_notifications_demo.png
:scale: 80 % :scale: 80 %
:alt: Sample notifications :alt: Sample notifications

View File

@ -404,12 +404,12 @@ Two kinds of notification are supported.</p>
<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> <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>
</pre> </pre>
<div class="figure"> <div class="figure">
<img alt="Sample notifications" src="static/description/notifications_screenshot.png" /> <img alt="Sample notifications" src="https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/notifications_screenshot.png" />
</div> </div>
<p>You can test the behaviour of the notifications by installing this module in a demo database. <p>You can test the behaviour of the notifications by installing this module in a demo database.
Access the users form through Settings -&gt; Users &amp; Companies. Youll see a tab called “Test web notify”, here youll find two buttons thatll allow you test the module.</p> Access the users form through Settings -&gt; Users &amp; Companies. Youll see a tab called “Test web notify”, here youll find two buttons thatll allow you test the module.</p>
<div class="figure"> <div class="figure">
<img alt="Sample notifications" src="static/description/test_notifications_demo.png" /> <img alt="Sample notifications" src="https://raw.githubusercontent.com/OCA/web/12.0/web_notify/static/description/test_notifications_demo.png" />
</div> </div>
</div> </div>
<div class="section" id="bug-tracker"> <div class="section" id="bug-tracker">