3
3
< head >
4
4
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
5
5
< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6
- < title > Printing Auto Stock Picking </ title >
6
+ < title > README.rst </ title >
7
7
< style type ="text/css ">
8
8
9
9
/*
10
10
:Author: David Goodger (goodger@python.org)
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 {
359
360
</ style >
360
361
</ head >
361
362
< body >
362
- < div class ="document " id ="printing-auto-stock-picking ">
363
- < h1 class ="title "> Printing Auto Stock Picking</ h1 >
363
+ < div class ="document ">
364
364
365
+
366
+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367
+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368
+ </ a >
369
+ < div class ="section " id ="printing-auto-stock-picking ">
370
+ < h1 > Printing Auto Stock Picking</ h1 >
365
371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366
372
!! This file is generated by oca-gen-addon-readme !!
367
373
!! changes will be overwritten. !!
368
374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:1e458ab70c09cbaf458c7ccdca061786723b39ba3323abb5cb05ddcb5f3c9d7a
375
+ !! source digest: sha256:0874774005e1ed04b9c2b99ef866029f588be05f23600152d282cfd37449c6d4
370
376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
- < 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/stock-logistics-reporting/tree/18.0/printing_auto_stock_picking "> < img alt ="OCA/stock-logistics-reporting " src ="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/stock-logistics-reporting-18-0/stock-logistics-reporting-18-0-printing_auto_stock_picking "> < 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/stock-logistics-reporting&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377
+ < 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/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/stock-logistics-reporting/tree/18.0/printing_auto_stock_picking "> < img alt ="OCA/stock-logistics-reporting " src ="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/stock-logistics-reporting-18-0/stock-logistics-reporting-18-0-printing_auto_stock_picking "> < 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/stock-logistics-reporting&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
378
< p > When a picking is done, automatically trigger the printing of some
373
379
documents. This can be used to print a delivery slip (report) or labels
374
380
received from the carrier (attachment).</ p >
@@ -386,29 +392,29 @@ <h1 class="title">Printing Auto Stock Picking</h1>
386
392
</ ul >
387
393
</ div >
388
394
< div class ="section " id ="configuration ">
389
- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
395
+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
390
396
< p > Go to the Operation Type and configure which report or attachment to
391
397
print.</ p >
392
398
</ div >
393
399
< div class ="section " id ="bug-tracker ">
394
- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
400
+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h2 >
395
401
< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/stock-logistics-reporting/issues "> GitHub Issues</ a > .
396
402
In case of trouble, please check there if your issue has already been reported.
397
403
If you spotted it first, help us to smash it by providing a detailed and welcomed
398
404
< a class ="reference external " href ="https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20printing_auto_stock_picking%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
399
405
< p > Do not contact contributors directly about support or help with technical issues.</ p >
400
406
</ div >
401
407
< div class ="section " id ="credits ">
402
- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h1 >
408
+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h2 >
403
409
< div class ="section " id ="authors ">
404
- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h2 >
410
+ < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h3 >
405
411
< ul class ="simple ">
406
412
< li > BCIM</ li >
407
413
< li > MT Software</ li >
408
414
</ ul >
409
415
</ div >
410
416
< div class ="section " id ="contributors ">
411
- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Contributors</ a > </ h2 >
417
+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Contributors</ a > </ h3 >
412
418
< ul class ="simple ">
413
419
< li > Jacques-Etienne Baudoux (BCIM) << a class ="reference external " href ="mailto:je@bcim.be "> je@bcim.be</ a > ></ li >
414
420
< li > Michael Tietz (MT Software) << a class ="reference external " href ="mailto:mtietz@mt-software.de "> mtietz@mt-software.de</ a > ></ li >
@@ -417,9 +423,11 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
417
423
</ ul >
418
424
</ div >
419
425
< div class ="section " id ="maintainers ">
420
- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h2 >
426
+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h3 >
421
427
< 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 >
428
+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
429
+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
430
+ </ a >
423
431
< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
424
432
mission is to support the collaborative development of Odoo features and
425
433
promote its widespread use.</ p >
@@ -430,5 +438,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
430
438
</ div >
431
439
</ div >
432
440
</ div >
441
+ </ div >
433
442
</ body >
434
443
</ html >
0 commit comments