mirror of https://github.com/OCA/web.git
Merge pull request #1106 from brainbeanapps/12.0-fix-web_widget_x2many_2d_matrix
[12.0][FIX] web_widget_x2many_2d_matrix: READMEpull/1124/head
commit
a7a0df3fc7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"></field></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…
Reference in New Issue