From f7fc839bc04b642eaac85bbd4513d35ce18d0c0f Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Tue, 20 Nov 2018 10:46:18 +0200 Subject: [PATCH] [12.0][FIX] web_widget_x2many_2d_matrix: README --- web_widget_x2many_2d_matrix/README.rst | 2 +- web_widget_x2many_2d_matrix/readme/USAGE.rst | 2 +- web_widget_x2many_2d_matrix/static/description/index.html | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 9972ee0e..f4910824 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -96,7 +96,7 @@ show_column_totals column totals. True by default Example -======= +~~~~~~~ You need a data structure already filled with values. Let's assume we want to use this widget in a wizard that lets the user fill in planned hours for one diff --git a/web_widget_x2many_2d_matrix/readme/USAGE.rst b/web_widget_x2many_2d_matrix/readme/USAGE.rst index 8716546d..514257d0 100644 --- a/web_widget_x2many_2d_matrix/readme/USAGE.rst +++ b/web_widget_x2many_2d_matrix/readme/USAGE.rst @@ -37,7 +37,7 @@ show_column_totals column totals. True by default Example -======= +~~~~~~~ You need a data structure already filled with values. Let's assume we want to use this widget in a wizard that lets the user fill in planned hours for one diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html index 8ee519c9..0b7103e3 100644 --- a/web_widget_x2many_2d_matrix/static/description/index.html +++ b/web_widget_x2many_2d_matrix/static/description/index.html @@ -404,8 +404,10 @@ hacks.

Table of contents

-

Example

+

Example

You need a data structure already filled with values. Let’s assume we want to use this widget in a wizard that lets the user fill in planned hours for one task per project per user. In this case, we can use project.task as our @@ -506,6 +507,7 @@ the field in the default function:

</field>
+

Known issues / Roadmap