Metadata-Version: 2.1
Name: odoo-addon-stock_picking_batch_print_pickings
Version: 17.0.1.0.0.2
Requires-Python: >=3.10
Requires-Dist: odoo>=17.0a,<17.1dev
Summary: Print Picking from Stock Picking Batch
Home-page: https://github.com/OCA/stock-logistics-workflow
License: LGPL-3
Author: Moduon, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 17.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Development Status :: 3 - Alpha

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

==================================
Stock Picking Batch Print Pickings
==================================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
    :target: https://odoo-community.org/page/development-status
    :alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-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/17.0/stock_picking_batch_print_pickings
    :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-17-0/stock-logistics-workflow-17-0-stock_picking_batch_print_pickings
    :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=17.0
    :alt: Try me on Runboat

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

This module extends the functionality of stock picking batch and to
allow you to print multiple pickings from batches

.. IMPORTANT::
   This is an alpha version, the data model and design can change at any time without warning.
   Only for development or testing purpose, do not use in production.
   `More details on development status <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
   :local:

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

This module was developed to be able to print delivery slips from
batches and to be able print multiple copies.

It will be useful for you if you want to print all the delivery slips
included in a batch together.

Suppose the following case, batch contains 200 pickings and you need
print them all because the delivery man needs to carry several copies
for the delivery:

- Option 1: You can download all pickings pdf, open them, select number
  of copies in each and print each one. It will be very slow.
- Option 2: You can download a single pdf with all pickings, open it,
  select number of copies and print. Then you have to sort each delivery
  note, i.e. if you print 3 times, you have to look for delivery slip
  with number xxxx 3 times and put the 3 together, again with following
  delivery, up to 200 deliveries. It is still very slow.
- Option 3. You can configure operation type to print picking from batch
  and fill number of copies. Several copies are printed and sorted.
  Faster.

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

To configure this module, you need to:

1. Go to Inventory > Configuration > Settings > Operations.
2. Activate Batch Transfers

Usage
=====

To use this module, you need to:

Single batch print flow

1.  Go to Inventory > Configuration > Operation Types.
2.  Choose one already created or create new operation type.
3.  Select *Pickings* in **Print documents from batch**.
4.  Fill in the number of copies you want.
5.  Go to Inventory > Operations > Transfers.
6.  Create some new transfer with operation type configured before.
7.  Go to Inventory > Operations > Batch Transfers.
8.  Create new batch, add transfers created before and save.
9.  Click on Delivery Slips.
10. All delivery slips of the pickings in the batch will be printed as
    many time as configured.

Multi-batch print flow

11. Go to Inventory > Operations > Batch Transfers.
12. Select batch you want to print.
13. Click on Action > Delivery Slips.
14. All delivery slips of the pickings in the batches selected will be
    printed as many time as configured.

Video Flow:
(https://www.loom.com/share/6cd425813f1746929ab6c9f01c3c1695?sid=54e5cd44-ea8b-4bae-93de-b8ab57bae396)

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_batch_print_pickings%0Aversion:%2017.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
-------

* Moduon

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

- Emilio Pascual (`Moduon <https://www.moduon.team/>`__)
- Rafael Blasco (`Moduon <https://www.moduon.team/>`__)

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.

.. |maintainer-EmilioPascual| image:: https://github.com/EmilioPascual.png?size=40px
    :target: https://github.com/EmilioPascual
    :alt: EmilioPascual

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-EmilioPascual| 

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

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