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 2018-11-20 09:51:18 +01:00 committed by GitHub
commit a7a0df3fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -96,7 +96,7 @@ show_column_totals
column totals. True by default column totals. True by default
Example Example
======= ~~~~~~~
You need a data structure already filled with values. Let's assume we want to 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 use this widget in a wizard that lets the user fill in planned hours for one

View File

@ -37,7 +37,7 @@ show_column_totals
column totals. True by default column totals. True by default
Example Example
======= ~~~~~~~
You need a data structure already filled with values. Let's assume we want to 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 use this widget in a wizard that lets the user fill in planned hours for one

View File

@ -404,8 +404,10 @@ hacks.</p>
<p><strong>Table of contents</strong></p> <p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents"> <div class="contents local topic" id="contents">
<ul class="simple"> <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> <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="#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="#bug-tracker" id="id4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <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 <dd>If field_value is a numeric field, it indicates if you want to calculate
column totals. True by default</dd> column totals. True by default</dd>
</dl> </dl>
</div>
<div class="section" id="example"> <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. Lets assume we want to <p>You need a data structure already filled with values. Lets assume we want to
use this widget in a wizard that lets the user fill in planned hours for one 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 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> <span class="nt">&lt;/field&gt;</span>
</pre> </pre>
</div> </div>
</div>
<div class="section" id="known-issues-roadmap"> <div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1> <h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
<ul class="simple"> <ul class="simple">