diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 9972ee0e0485..f49108245789 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 8716546d49cb..514257d0065b 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 8ee519c969bd..0b7103e3a309 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 @@

2D matrix for x2many fields

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 @@

Example

</field>
+

Known issues / Roadmap