|
| 1 | +============================ |
| 2 | +Internal Stock Quant Package |
| 3 | +============================ |
| 4 | + |
| 5 | +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6 | + !! This file is generated by oca-gen-addon-readme !! |
| 7 | + !! changes will be overwritten. !! |
| 8 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 9 | +
|
| 10 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 11 | + :target: https://odoo-community.org/page/development-status |
| 12 | + :alt: Beta |
| 13 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 14 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 15 | + :alt: License: AGPL-3 |
| 16 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--tracking-lightgray.png?logo=github |
| 17 | + :target: https://github.com/OCA/stock-logistics-tracking/tree/16.0/internal_stock_quant_package |
| 18 | + :alt: OCA/stock-logistics-tracking |
| 19 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 20 | + :target: https://translation.odoo-community.org/projects/stock-logistics-tracking-16-0/stock-logistics-tracking-16-0-internal_stock_quant_package |
| 21 | + :alt: Translate me on Weblate |
| 22 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 23 | + :target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-tracking&target_branch=16.0 |
| 24 | + :alt: Try me on Runboat |
| 25 | + |
| 26 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 27 | + |
| 28 | +This module allows to declare internal stock quant package. |
| 29 | + |
| 30 | +Sometimes, when an operator is picking, he needs to put the product in |
| 31 | +internal packages placed on his trolley that will be emptied later. |
| 32 | + |
| 33 | +Two kinds of operations can lead to the emptying of the internal packages: |
| 34 | + |
| 35 | + * when product from the internal packages will be 'put in pack' at the pack station (in a pick / pack / ship scenario) |
| 36 | + |
| 37 | + * when a carrier will load his truck with the products from the internal packages (in a pick / ship scenario) |
| 38 | + |
| 39 | +This modules extends the stock module to add the concept of internal stock |
| 40 | +quant package and therefore allows you to manage this kind of operational need. |
| 41 | +It ensures that the internal stock quant packages are emptied when required |
| 42 | +depending on the picking type configuration. |
| 43 | + |
| 44 | +**Table of contents** |
| 45 | + |
| 46 | +.. contents:: |
| 47 | + :local: |
| 48 | + |
| 49 | +Usage |
| 50 | +===== |
| 51 | + |
| 52 | +As this addon rely on the concept of "internal" packages. If you want to |
| 53 | +use packages into your picking operations, you need first to activate the |
| 54 | +package functionality in the stock settings (see the "Operations" section). |
| 55 | + |
| 56 | +Then, you need to create packages and set them as internal. This is done |
| 57 | +by going to Inventory > Products > Packages and clicking on the "Create". |
| 58 | +(Don't forget to tick the "Internal use" box). |
| 59 | + |
| 60 | +By default, when you put your products into an internal package when processing |
| 61 | +a picking, once the picking is done, the package is automatically emptied. |
| 62 | +You can change this behavior at 2 levels: |
| 63 | + |
| 64 | +1. At the picking type level: go to "Inventory > Configuration > Operation |
| 65 | +Types" and edit the picking type you want to change. Then, untick the "Empty |
| 66 | +Internal Package On Transfer" box. (By default internal packages are always |
| 67 | +emptied when the picking is done). |
| 68 | + |
| 69 | +2. At the picking type level for a specific carrier: go to "Inventory > |
| 70 | +Configuration > Operation Types" and edit the picking type you want to change. |
| 71 | +Then, add or remove lines in the "Stock Internal Package Config Line" table. |
| 72 | +You can add a line for a specific carrier and tick/untick the "Empty" box. |
| 73 | + |
| 74 | +To know if internal packages must be emptied or not for a given picking, the |
| 75 | +system will first check if a configuration line exists on the picking type for |
| 76 | +the carrier of the picking. If a line exists, the system will use the value |
| 77 | +of the "Empty" box. If no line exists, the system will use the value of the |
| 78 | +"Empty Internal Package On Transfer" box of the picking type. |
| 79 | + |
| 80 | +Bug Tracker |
| 81 | +=========== |
| 82 | + |
| 83 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-tracking/issues>`_. |
| 84 | +In case of trouble, please check there if your issue has already been reported. |
| 85 | +If you spotted it first, help us smashing it by providing a detailed and welcomed |
| 86 | +`feedback <https://github.com/OCA/stock-logistics-tracking/issues/new?body=module:%20internal_stock_quant_package%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 87 | + |
| 88 | +Do not contact contributors directly about support or help with technical issues. |
| 89 | + |
| 90 | +Credits |
| 91 | +======= |
| 92 | + |
| 93 | +Authors |
| 94 | +~~~~~~~ |
| 95 | + |
| 96 | +* ACSONE SA/NV |
| 97 | + |
| 98 | +Contributors |
| 99 | +~~~~~~~~~~~~ |
| 100 | + |
| 101 | +* Hughes Damry < [email protected]> |
| 102 | + |
| 103 | +Maintainers |
| 104 | +~~~~~~~~~~~ |
| 105 | + |
| 106 | +This module is maintained by the OCA. |
| 107 | + |
| 108 | +.. image:: https://odoo-community.org/logo.png |
| 109 | + :alt: Odoo Community Association |
| 110 | + :target: https://odoo-community.org |
| 111 | + |
| 112 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 113 | +mission is to support the collaborative development of Odoo features and |
| 114 | +promote its widespread use. |
| 115 | + |
| 116 | +This module is part of the `OCA/stock-logistics-tracking <https://github.com/OCA/stock-logistics-tracking/tree/16.0/internal_stock_quant_package>`_ project on GitHub. |
| 117 | + |
| 118 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments