From beb7abc68ad76226ee30bb7b6a8bf0c0084d7763 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 2 Dec 2018 02:59:09 +0000 Subject: [PATCH] [UPD] README.rst --- web_notify/README.rst | 4 ++-- web_notify/static/description/index.html | 4 ++-- web_widget_x2many_2d_matrix/README.rst | 2 +- web_widget_x2many_2d_matrix/static/description/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web_notify/README.rst b/web_notify/README.rst index ce246f3e..53270a1b 100644 --- a/web_notify/README.rst +++ b/web_notify/README.rst @@ -59,14 +59,14 @@ or 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 % :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. -.. 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 % :alt: Sample notifications diff --git a/web_notify/static/description/index.html b/web_notify/static/description/index.html index 65cb11cf..1c7016e2 100644 --- a/web_notify/static/description/index.html +++ b/web_notify/static/description/index.html @@ -404,12 +404,12 @@ Two kinds of notification are supported.

self.env.user.notify_warning(message='My marning message')
-Sample notifications +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.

-Sample notifications +Sample notifications
diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index f4910824..1372c625 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -42,7 +42,7 @@ An example use case would be: Select some projects and some employees so that a manager can easily fill in the planned_hours for one task per employee. The result could look like this: -.. image:: /web_widget_x2many_2d_matrix/static/description/screenshot.png +.. image:: https://raw.githubusercontent.com/web_widget_x2many_2d_matrix/static/description/screenshot.png :alt: Screenshot The beauty of this is that you have an arbitrary amount of columns with this diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html index 0b7103e3..bd5775f2 100644 --- a/web_widget_x2many_2d_matrix/static/description/index.html +++ b/web_widget_x2many_2d_matrix/static/description/index.html @@ -397,7 +397,7 @@ ul.auto-toc {

An example use case would be: Select some projects and some employees so that a manager can easily fill in the planned_hours for one task per employee. The result could look like this:

-Screenshot +Screenshot

The beauty of this is that you have an arbitrary amount of columns with this widget, trying to get this in standard x2many lists involves some quite ugly hacks.