mirror of https://github.com/OCA/web.git
[UPD] README.rst
parent
10465a66d6
commit
380bbe0c6f
|
@ -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
|
a manager can easily fill in the planned_hours for one task per employee. The
|
||||||
result could look like this:
|
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
|
:alt: Screenshot
|
||||||
|
|
||||||
The beauty of this is that you have an arbitrary amount of columns with this
|
The beauty of this is that you have an arbitrary amount of columns with this
|
||||||
|
|
|
@ -397,7 +397,7 @@ ul.auto-toc {
|
||||||
<p>An example use case would be: Select some projects and some employees so that
|
<p>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
|
a manager can easily fill in the planned_hours for one task per employee. The
|
||||||
result could look like this:</p>
|
result could look like this:</p>
|
||||||
<img alt="Screenshot" src="/web_widget_x2many_2d_matrix/static/description/screenshot.png" />
|
<img alt="Screenshot" src="https://raw.githubusercontent.com/web_widget_x2many_2d_matrix/static/description/screenshot.png" />
|
||||||
<p>The beauty of this is that you have an arbitrary amount of columns with this
|
<p>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
|
widget, trying to get this in standard x2many lists involves some quite ugly
|
||||||
hacks.</p>
|
hacks.</p>
|
||||||
|
|
Loading…
Reference in New Issue