1-
21<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
43< head >
98
109/*
1110:Author: David Goodger (goodger@python.org)
12- :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 $
1312:Copyright: This stylesheet has been placed in the public domain.
1413
1514Default cascading style sheet for the HTML output of Docutils.
15+ Despite the name, some widely supported CSS2 features are used.
1616
1717See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818customize this style sheet.
275275 margin-left : 2em ;
276276 margin-right : 2em }
277277
278- pre .code .ln { color : grey ; } /* line numbers */
278+ pre .code .ln { color : gray ; } /* line numbers */
279279pre .code , code { background-color : # eeeeee }
280280pre .code .comment , code .comment { color : # 5C6576 }
281281pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
301301span .pre {
302302 white-space : pre }
303303
304- span .problematic {
304+ span .problematic , pre . problematic {
305305 color : red }
306306
307307span .section-subtitle {
@@ -370,7 +370,8 @@ <h1 class="title">Base Export Async</h1>
370370!! source digest: sha256:9f35a2ee6042c86fff875f9a71682342e5892b923a4bd857bb5b90060376ea55
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/queue/tree/17.0/base_export_async "> < img alt ="OCA/queue " src ="https://img.shields.io/badge/github-OCA%2Fqueue-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/queue-17-0/queue-17-0-base_export_async "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/queue&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373- < p > Standard Export can be delayed in asynchronous jobs executed in the background and then send by email to the user.</ p >
373+ < p > Standard Export can be delayed in asynchronous jobs executed in the
374+ background and then send by email to the user.</ p >
374375< p > < strong > Table of contents</ strong > </ p >
375376< div class ="contents local topic " id ="contents ">
376377< ul class ="simple ">
@@ -386,11 +387,10 @@ <h1 class="title">Base Export Async</h1>
386387</ div >
387388< div class ="section " id ="usage ">
388389< h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
389- < p > The user is presented with a new checkbox “Asynchronous export”
390- in the export screen. When selected, the export is delayed in a
391- background job.</ p >
392- < p > The .csv or .xls file generated by the export will be sent by email
393- to the user who execute the export.</ p >
390+ < p > The user is presented with a new checkbox “Asynchronous export” in the
391+ export screen. When selected, the export is delayed in a background job.</ p >
392+ < p > The .csv or .xls file generated by the export will be sent by email to
393+ the user who execute the export.</ p >
394394</ div >
395395< div class ="section " id ="bug-tracker ">
396396< h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
@@ -419,7 +419,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
419419< div class ="section " id ="maintainers ">
420420< h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h2 >
421421< p > This module is maintained by the OCA.</ p >
422- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
422+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
423+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
424+ </ a >
423425< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
424426mission is to support the collaborative development of Odoo features and
425427promote its widespread use.</ p >
0 commit comments