[MIG] web_notify: Migration to 15.0

This commit is contained in:
Aiendry Sarkar
2022-08-15 10:47:32 +05:30
committed by Benoit Aimont
parent 2d8317d93f
commit dafee50eea
12 changed files with 158 additions and 217 deletions

View File

@@ -50,7 +50,7 @@ Usage
=====
To send a notification to the user you just need to call one of the new methods defined on res.users:
To send a notification to the logged in user or target audience you just need to call one of the new methods defined on res.users:
.. code-block:: python
@@ -85,7 +85,7 @@ or
:alt: Sample notifications
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 five buttons that'll allow you test the module.
.. figure:: https://raw.githubusercontent.com/OCA/web/14.0/web_notify/static/description/test_notifications_demo.png
:scale: 80 %