Skip to content

Latest commit

 

History

History

stock_picking_batch_print_pickings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Stock Picking Batch Print Pickings

Alpha License: LGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

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

Table of contents

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. Check print pickings.
  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

  1. Go to Inventory > Operations > Batch Transfers.
  2. Select batch you want to print.
  3. Click on Action > Delivery Slips.
  4. 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. 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.

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

Credits

Authors

  • Moduon

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

Current maintainer:

EmilioPascual

This module is part of the OCA/stock-logistics-workflow project on GitHub.

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