Metadata-Version: 2.1
Name: odoo-addon-internal_stock_quant_package
Version: 18.0.1.1.0
Requires-Python: >=3.10
Requires-Dist: odoo-addon-delivery_procurement_group_carrier==18.0.*
Requires-Dist: odoo==18.0.*
Summary: This module allows to declare internal stock quant package
Home-page: https://github.com/OCA/stock-logistics-tracking
License: AGPL-3
Author: ACSONE SA/NV, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

============================
Internal Stock Quant Package
============================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:1274acfc662f3ab0bab7c9aed3fa1aaaeaf04e4e763fdc3c0cebc533025fa01c
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--tracking-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-logistics-tracking/tree/18.0/internal_stock_quant_package
    :alt: OCA/stock-logistics-tracking
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/stock-logistics-tracking-18-0/stock-logistics-tracking-18-0-internal_stock_quant_package
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-tracking&target_branch=18.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to declare internal stock quant package.

Sometimes, when an operator is picking, he needs to put the product in
internal packages placed on his trolley that will be emptied later.

Two kinds of operations can lead to the emptying of the internal
packages:

   - when product from the internal packages will be 'put in pack' at
     the pack station (in a pick / pack / ship scenario)
   - when a carrier will load his truck with the products from the
     internal packages (in a pick / ship scenario)

This modules extends the stock module to add the concept of internal
stock quant package and therefore allows you to manage this kind of
operational need. It ensures that the internal stock quant packages are
emptied when required depending on the picking type configuration.

**Table of contents**

.. contents::
   :local:

Usage
=====

As this addon rely on the concept of "internal" packages. If you want to
use packages into your picking operations, you need first to activate
the package functionality in the stock settings (see the "Operations"
section).

Then, you need to create packages and set them as internal. This is done
by going to Inventory > Products > Packages and clicking on the
"Create". (Don't forget to tick the "Internal use" box).

By default, when you put your products into an internal package when
processing a picking, once the picking is done, the package is
automatically emptied. You can change this behavior at 2 levels:

1. At the picking type level: go to "Inventory > Configuration >
Operation Types" and edit the picking type you want to change. Then,
untick the "Empty Internal Package On Transfer" box. (By default
internal packages are always emptied when the picking is done). 2. At
the picking type level for a specific carrier: go to "Inventory >
Configuration > Operation Types" and edit the picking type you want to
change. Then, add or remove lines in the "Stock Internal Package Config
Line" table. You can add a line for a specific carrier and tick/untick
the "Empty" box.

To know if internal packages must be emptied or not for a given picking,
the system will first check if a configuration line exists on the
picking type for the carrier of the picking. If a line exists, the
system will use the value of the "Empty" box. If no line exists, the
system will use the value of the "Empty Internal Package On Transfer"
box of the picking type.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-tracking/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-tracking/issues/new?body=module:%20internal_stock_quant_package%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* ACSONE SA/NV

Contributors
------------

- Hughes Damry <hughes.damry@acsone.eu>
- Henry Backman <henry.backman@camptocamp.com>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/stock-logistics-tracking <https://github.com/OCA/stock-logistics-tracking/tree/18.0/internal_stock_quant_package>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
