|
8 | 8 |
|
9 | 9 | /* |
10 | 10 | :Author: David Goodger ([email protected]) |
11 | | -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ |
| 11 | +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ |
12 | 12 | :Copyright: This stylesheet has been placed in the public domain. |
13 | 13 |
|
14 | 14 | Default cascading style sheet for the HTML output of Docutils. |
| 15 | +Despite the name, some widely supported CSS2 features are used. |
15 | 16 |
|
16 | 17 | See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to |
17 | 18 | customize this style sheet. |
|
274 | 275 | margin-left: 2em ; |
275 | 276 | margin-right: 2em } |
276 | 277 |
|
277 | | -pre.code .ln { color: grey; } /* line numbers */ |
| 278 | +pre.code .ln { color: gray; } /* line numbers */ |
278 | 279 | pre.code, code { background-color: #eeeeee } |
279 | 280 | pre.code .comment, code .comment { color: #5C6576 } |
280 | 281 | pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } |
|
300 | 301 | span.pre { |
301 | 302 | white-space: pre } |
302 | 303 |
|
303 | | -span.problematic { |
| 304 | +span.problematic, pre.problematic { |
304 | 305 | color: red } |
305 | 306 |
|
306 | 307 | span.section-subtitle { |
@@ -419,6 +420,12 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1> |
419 | 420 | <pre class="code python literal-block"> |
420 | 421 | <span class="n">env</span><span class="p">[</span><span class="s1">'ir.module.module'</span><span class="p">]</span><span class="o">.</span><span class="n">upgrade_changed_checksum</span><span class="p">()</span> |
421 | 422 | </pre> |
| 423 | +<p>For integration in toolchains the upgrade mechanism can also be invoked using the Odoo cli command <tt class="docutils literal">auto_update</tt>. The <cite>–addons-path=</cite> is required as first argument:</p> |
| 424 | +<pre class="code bash literal-block"> |
| 425 | +odoo-bin<span class="w"> </span>--addons-path<span class="o">=</span>...<span class="w"> </span>auto_update<span class="w"> </span>-d<span class="w"> </span>odoo<span class="w"> |
| 426 | +</span><span class="c1"># or |
| 427 | +</span>odoo-bin<span class="w"> </span>--addons-path<span class="o">=</span>...<span class="w"> </span>auto_update<span class="w"> </span>-c<span class="w"> </span>path/to/odoo.cfg |
| 428 | +</pre> |
422 | 429 | </div> |
423 | 430 | <div class="section" id="bug-tracker"> |
424 | 431 | <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1> |
@@ -453,7 +460,9 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2> |
453 | 460 | <div class="section" id="maintainers"> |
454 | 461 | <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2> |
455 | 462 | <p>This module is maintained by the OCA.</p> |
456 | | -<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> |
| 463 | +<a class="reference external image-reference" href="https://odoo-community.org"> |
| 464 | +<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /> |
| 465 | +</a> |
457 | 466 | <p>OCA, or the Odoo Community Association, is a nonprofit organization whose |
458 | 467 | mission is to support the collaborative development of Odoo features and |
459 | 468 | promote its widespread use.</p> |
|
0 commit comments