File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
web_widget_x2many_2d_matrix Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
6666You can test the behaviour of the notifications by installing this module in a demo database.
6767Access 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
Original file line number Diff line number Diff 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.
410410Access 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.</ 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 ">
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ An example use case would be: Select some projects and some employees so that
4242a manager can easily fill in the planned_hours for one task per employee. The
4343result 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
4848The beauty of this is that you have an arbitrary amount of columns with this
Original file line number Diff line number Diff 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
398398a manager can easily fill in the planned_hours for one task per employee. The
399399result 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
402402widget, trying to get this in standard x2many lists involves some quite ugly
403403hacks.</ p >
You can’t perform that action at this time.
0 commit comments