Browse Source

Merge pull request #1106 from brainbeanapps/12.0-fix-web_widget_x2many_2d_matrix

[12.0][FIX] web_widget_x2many_2d_matrix: README
pull/1124/head
Pedro M. Baeza 6 years ago
committed by GitHub
parent
commit
a7a0df3fc7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_widget_x2many_2d_matrix/README.rst
  2. 2
      web_widget_x2many_2d_matrix/readme/USAGE.rst
  3. 8
      web_widget_x2many_2d_matrix/static/description/index.html

2
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

2
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

8
web_widget_x2many_2d_matrix/static/description/index.html

@ -404,8 +404,10 @@ hacks.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
<li><a class="reference internal" href="#usage" id="id1">Usage</a><ul>
<li><a class="reference internal" href="#example" id="id2">Example</a></li>
</ul>
</li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id5">Credits</a><ul>
@ -454,9 +456,8 @@ row totals. True by default</dd>
<dd>If field_value is a numeric field, it indicates if you want to calculate
column totals. True by default</dd>
</dl>
</div>
<div class="section" id="example">
<h1><a class="toc-backref" href="#id2">Example</a></h1>
<h2><a class="toc-backref" href="#id2">Example</a></h2>
<p>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 <tt class="docutils literal">project.task</tt> as our
@ -506,6 +507,7 @@ the field in the default function:</p>
<span class="nt">&lt;/field&gt;</span>
</pre>
</div>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
<ul class="simple">

Loading…
Cancel
Save