Skip to content

Commit

Permalink
[UPD] HTML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2021
1 parent a1ca1f6 commit b5be0cb
Show file tree
Hide file tree
Showing 8 changed files with 229 additions and 220 deletions.
6 changes: 3 additions & 3 deletions docs/API.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ <h1>OpenUpgrade API<a class="headerlink" href="#openupgrade-api" title="Permalin
<li><p>SQL table name: Put <cite>False</cite> if the model is already loaded in the
registry and thus the SQL table name can be obtained that way.</p></li>
<li><p>field type: binary, boolean, char, date, datetime, float, html,
integer, many2many, many2one, monetary, one2many, reference,
selection, text, serialized. The list can vary depending on Odoo
version or custom added field types.</p></li>
integer, many2many, many2one, many2one_reference, monetary, one2many,
reference, selection, text, serialized. The list can vary depending on
Odoo version or custom added field types.</p></li>
<li><p>SQL field type: If the field type is custom or it’s one of the special
cases (see below), you need to indicate here the SQL type to use
(from the valid PostgreSQL types):
Expand Down
2 changes: 1 addition & 1 deletion docs/modules100-110.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ <h1>Module coverage 10.0 -&gt; 11.0<a class="headerlink" href="#module-coverage-
<td><p>Done</p></td>
</tr>
<tr class="row-even"><td><p>stock_landed_costs</p></td>
<td></td>
<td><p>Done</p></td>
</tr>
<tr class="row-odd"><td><p><img alt="new" src="_images/new.png" /> stock_picking_batch</p></td>
<td><p>Done - Renamed from stock_picking_wave</p></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules110-120.html
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ <h1>Module coverage 11.0 -&gt; 12.0<a class="headerlink" href="#module-coverage-
<td><p>Done</p></td>
</tr>
<tr class="row-even"><td><p>stock_landed_costs</p></td>
<td></td>
<td><p>Nothing to do</p></td>
</tr>
<tr class="row-odd"><td><p>stock_picking_batch</p></td>
<td><p>Nothing to do</p></td>
Expand Down
4 changes: 2 additions & 2 deletions docs/modules120-130.html
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ <h1>Module coverage 12.0 -&gt; 13.0<a class="headerlink" href="#module-coverage-
<td><p>Done</p></td>
</tr>
<tr class="row-even"><td><p>purchase_mrp</p></td>
<td><p>Nothing to do</p></td>
<td><p>Done</p></td>
</tr>
<tr class="row-odd"><td><p><img alt="new" src="_images/new.png" /> purchase_product_matrix</p></td>
<td></td>
Expand Down Expand Up @@ -925,7 +925,7 @@ <h1>Module coverage 12.0 -&gt; 13.0<a class="headerlink" href="#module-coverage-
<td><p>Done</p></td>
</tr>
<tr class="row-odd"><td><p>stock_landed_costs</p></td>
<td></td>
<td><p>Done</p></td>
</tr>
<tr class="row-even"><td><p>stock_picking_batch</p></td>
<td><p>Done</p></td>
Expand Down
Loading

0 comments on commit b5be0cb

Please sign in to comment.