33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Stock Picking Location Check </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
1010: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 $
1212:Copyright: This stylesheet has been placed in the public domain.
1313
1414Default cascading style sheet for the HTML output of Docutils.
15+ Despite the name, some widely supported CSS2 features are used.
1516
1617See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718customize this style sheet.
274275 margin-left : 2em ;
275276 margin-right : 2em }
276277
277- pre .code .ln { color : grey ; } /* line numbers */
278+ pre .code .ln { color : gray ; } /* line numbers */
278279pre .code , code { background-color : # eeeeee }
279280pre .code .comment , code .comment { color : # 5C6576 }
280281pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
300301span .pre {
301302 white-space : pre }
302303
303- span .problematic {
304+ span .problematic , pre . problematic {
304305 color : red }
305306
306307span .section-subtitle {
359360</ style >
360361</ head >
361362< body >
362- < div class ="document " id ="stock-picking-location-check ">
363- < h1 class ="title "> Stock Picking Location Check</ h1 >
363+ < div class ="document ">
364364
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 ="stock-picking-location-check ">
370+ < h1 > Stock Picking Location Check</ h1 >
365371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372!! This file is generated by oca-gen-addon-readme !!
367373!! changes will be overwritten. !!
368374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369- !! source digest: sha256:1629c3544e6c20c084a98fd69503dcf4685cc1ff2cf7bbda0b2a5311cc888ba0
375+ !! source digest: sha256:1a362d717ad2e73664f9ec86c2e4a1d046bd2dd450abb35a47f218a37ce5cdd0
370376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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-warehouse/tree/16.0/stock_picking_location_check "> < img alt ="OCA/stock-logistics-warehouse " src ="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_picking_location_check "> < 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-warehouse&target_branch=16.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-warehouse/tree/16.0/stock_picking_location_check "> < img alt ="OCA/stock-logistics-warehouse " src ="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_picking_location_check "> < 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-warehouse&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372378< p > This module intends to ensure the consistency between the picking and
373379its stock move lines at the time of validation.</ p >
374380< p > Here ‘consistency’ means being in the state where all the locations in
@@ -389,37 +395,37 @@ <h1 class="title">Stock Picking Location Check</h1>
389395</ ul >
390396</ div >
391397< div class ="section " id ="use-cases-context ">
392- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Use Cases / Context</ a > </ h1 >
398+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Use Cases / Context</ a > </ h2 >
393399< p > Users sometimes change locations (location_id/location_dest_id) in the
394400picking after reserving stock, and forget to update the corresponding
395401locations in the detailed operations. This oversight can lead to the
396402generation of stock transactions with incorrect locations.</ p >
397403</ div >
398404< div class ="section " id ="usage ">
399- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
405+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h2 >
400406< p > An error should be displayed when validating a picking in case any of
401407the locations involved in the move lines is not part of the
402408corresponding location in the picking.</ p >
403409< p > Selecting ‘Allow Location Inconsistency’ lets users bypass this error.</ p >
404410</ div >
405411< div class ="section " id ="bug-tracker ">
406- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
412+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
407413< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/stock-logistics-warehouse/issues "> GitHub Issues</ a > .
408414In case of trouble, please check there if your issue has already been reported.
409415If you spotted it first, help us to smash it by providing a detailed and welcomed
410416< a class ="reference external " href ="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_picking_location_check%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
411417< p > Do not contact contributors directly about support or help with technical issues.</ p >
412418</ div >
413419< div class ="section " id ="credits ">
414- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
420+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
415421< div class ="section " id ="authors ">
416- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
422+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
417423< ul class ="simple ">
418424< li > Quartile</ li >
419425</ ul >
420426</ div >
421427< div class ="section " id ="contributors ">
422- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
428+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
423429< ul class ="simple ">
424430< li > < a class ="reference external " href ="https://www.quartile.co "> Quartile</ a > :< ul >
425431< li > Aung Ko Ko Lin</ li >
@@ -429,16 +435,21 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
429435</ ul >
430436</ div >
431437< div class ="section " id ="maintainers ">
432- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
438+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
433439< p > This module is maintained by the OCA.</ p >
434- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
440+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
441+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
442+ </ a >
435443< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
436444mission is to support the collaborative development of Odoo features and
437445promote its widespread use.</ p >
446+ < p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainers</ a > :</ p >
447+ < p > < a class ="reference external image-reference " href ="https://github.com/yostashiro "> < img alt ="yostashiro " src ="https://github.com/yostashiro.png?size=40px " /> </ a > < a class ="reference external image-reference " href ="https://github.com/aungkokolin1997 "> < img alt ="aungkokolin1997 " src ="https://github.com/aungkokolin1997.png?size=40px " /> </ a > </ p >
438448< p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_picking_location_check "> OCA/stock-logistics-warehouse</ a > project on GitHub.</ p >
439449< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
440450</ div >
441451</ div >
442452</ div >
453+ </ div >
443454</ body >
444455</ html >
0 commit comments