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 Dec 13, 2021
1 parent 961d625 commit bf61034
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/API.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ <h1>OpenUpgrade API<a class="headerlink" href="#openupgrade-api" title="Permalin
<span class="sig-prename descclassname"><span class="pre">openupgradelib.openupgrade.</span></span><span class="sig-name descname"><span class="pre">delete_records_safely_by_xml_id</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">env</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">xml_ids</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#openupgradelib.openupgrade.delete_records_safely_by_xml_id" title="Permalink to this definition"></a></dt>
<dd><p>This removes in the safest possible way the records whose XML-IDs are
passed as argument.</p>
<p>If not possible to be removed, and the record is an updatable one
(noupdate=0), it’s switched to noupdate=1, for avoiding a later error when
Odoo performs the regular update cleanup and trying to remove it as well.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>xml_ids</strong> – List of XML-ID string identifiers of the records to remove.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules120-130.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ <h1>Module coverage 12.0 -&gt; 13.0<a class="headerlink" href="#module-coverage-
<td></td>
</tr>
<tr class="row-even"><td><p>l10n_ma</p></td>
<td></td>
<td><p>Done</p></td>
</tr>
<tr class="row-odd"><td><p>l10n_mn</p></td>
<td></td>
Expand Down
Loading

0 comments on commit bf61034

Please sign in to comment.