Metadata-Version: 2.1
Name: odoo-addon-stock_picking_move_package_to_package
Version: 16.0.1.0.0.1
Summary: Move entire package to another package
Home-page: https://github.com/OCA/stock-logistics-workflow
Author: Cetmix, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 16.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.10
Requires-Dist: odoo <16.1dev,>=16.0a

=============================================
Stock Picking Move Package to Another Package
=============================================

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

.. |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/licence-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--workflow-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_move_package_to_package
    :alt: OCA/stock-logistics-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_move_package_to_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-workflow&target_branch=16.0
    :alt: Try me on Runboat

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

This module allows to select destination packages when moving entire
package in picking

**Table of contents**

.. contents::
   :local:

Use Cases / Context
===================

Let's imagine you have a parcel forwarding business. You receive small
packages from your customer pack them into bigger ones and forward
afterwards.

To complete this operation using the standard Odoo flow:

-  Create a new picking
-  Add each item of the "Source package" to the list of operations
-  Manually set the "Destination package" for each line
-  Validate
-  Items from the source package are moved to the destination package

This is really time consuming and not convenient because you just want
to move the entire package at once. Especially if you want to move
multiple packages at once each of them containing multiple items.

With this module you get the following:

-  Create a new picking
-  Add packages directly in the "Move packages" list
-  Define the "Destination package"
-  Validate
-  Items from the source package are moved to the destination package

Pros: instead of scanning each package item separately and configuring a
destination for it we can do the same operation on the package level
much faster and more convenient.

Configuration
=============

Go to "Inventory -> Configuration -> Operation Types" and select an
operation type.

Ensure "Move Entire Packages" checkbox is enabled.

Usage
=====

Create or open an existing picking. There will be a new "Destination
Package" field available in the packages move list.

**NB:** This field is editable only if the stock moves are the 'draft'
state. You need to unreserve the picking to change the value.

|Alt text|

.. |Alt text| image:: https://raw.githubusercontent.com/OCA/stock-logistics-workflow/16.0/stock_picking_move_package_to_package/static/img/picking_destination_package.png

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/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-workflow/issues/new?body=module:%20stock_picking_move_package_to_package%0Aversion:%2016.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
-------

* Cetmix

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

-  Cetmix https://cetmix.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-workflow <https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_move_package_to_package>`_ project on GitHub.

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