odoo-addon-stock-picking-batch-print-pickings


Nameodoo-addon-stock-picking-batch-print-pickings JSON
Version 16.0.1.1.0.5 PyPI version JSON
download
home_pagehttps://github.com/OCA/stock-logistics-workflow
SummaryPrint Picking from Stock Picking Batch
upload_time2024-08-23 04:35:46
maintainerNone
docs_urlNone
authorModuon, Odoo Community Association (OCA)
requires_python>=3.10
licenseLGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================================
Stock Picking Batch Print Pickings
==================================

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

.. |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/licence-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/16.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-16-0/stock-logistics-workflow-16-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=16.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:%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
-------

* 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/16.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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/stock-logistics-workflow",
    "name": "odoo-addon-stock-picking-batch-print-pickings",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Moduon, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "==================================\nStock Picking Batch Print Pickings\n==================================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:0cefa2e6de4c965d99fd94d54ef141a5744db8bcff516f5b55f8e2d7c54dff08\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Alpha\n.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n    :alt: License: LGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github\n    :target: https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_batch_print_pickings\n    :alt: OCA/stock-logistics-workflow\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_print_pickings\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=16.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module extends the functionality of stock picking batch and to\nallow you to print multiple pickings from batches\n\n.. IMPORTANT::\n   This is an alpha version, the data model and design can change at any time without warning.\n   Only for development or testing purpose, do not use in production.\n   `More details on development status <https://odoo-community.org/page/development-status>`_\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUse Cases / Context\n===================\n\nThis module was developed to be able to print delivery slips from\nbatches and to be able print multiple copies.\n\nIt will be useful for you if you want to print all the delivery slips\nincluded in a batch together.\n\nSuppose the following case, batch contains 200 pickings and you need\nprint them all because the delivery man needs to carry several copies\nfor the delivery:\n\n-  Option 1: You can download all pickings pdf, open them, select number\n   of copies in each and print each one. It will be very slow.\n-  Option 2: You can download a single pdf with all pickings, open it,\n   select number of copies and print. Then you have to sort each\n   delivery note, i.e. if you print 3 times, you have to look for\n   delivery slip with number xxxx 3 times and put the 3 together, again\n   with following delivery, up to 200 deliveries. It is still very slow.\n-  Option 3. You can configure operation type to print picking from\n   batch and fill number of copies. Several copies are printed and\n   sorted. Faster.\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n1. Go to Inventory > Configuration > Settings > Operations.\n2. Activate Batch Transfers\n\nUsage\n=====\n\nTo use this module, you need to:\n\nSingle batch print flow\n\n1.  Go to Inventory > Configuration > Operation Types.\n2.  Choose one already created or create new operation type.\n3.  Select *Pickings* in **Print documents from batch**.\n4.  Fill in the number of copies you want.\n5.  Go to Inventory > Operations > Transfers.\n6.  Create some new transfer with operation type configured before.\n7.  Go to Inventory > Operations > Batch Transfers.\n8.  Create new batch, add transfers created before and save.\n9.  Click on Delivery Slips.\n10. All delivery slips of the pickings in the batch will be printed as\n    many time as configured.\n\nMulti-batch print flow\n\n11. Go to Inventory > Operations > Batch Transfers.\n12. Select batch you want to print.\n13. Click on Action > Delivery Slips.\n14. All delivery slips of the pickings in the batches selected will be\n    printed as many time as configured.\n\nVideo Flow:\n(https://www.loom.com/share/6cd425813f1746929ab6c9f01c3c1695?sid=54e5cd44-ea8b-4bae-93de-b8ab57bae396)\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_batch_print_pickings%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n-------\n\n* Moduon\n\nContributors\n------------\n\n-  Emilio Pascual (`Moduon <https://www.moduon.team/>`__)\n-  Rafael Blasco (`Moduon <https://www.moduon.team/>`__)\n\nMaintainers\n-----------\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-EmilioPascual| image:: https://github.com/EmilioPascual.png?size=40px\n    :target: https://github.com/EmilioPascual\n    :alt: EmilioPascual\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-EmilioPascual| \n\nThis module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_batch_print_pickings>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n",
    "bugtrack_url": null,
    "license": "LGPL-3",
    "summary": "Print Picking from Stock Picking Batch",
    "version": "16.0.1.1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/OCA/stock-logistics-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bea1c76c0038d6a55365cefe4badaf7d69776908baf3915c7e3cb7caf1880a8b",
                "md5": "76ce9c05ddd8368748e9a475643830c5",
                "sha256": "8a71a76523794c1c4a973f1269fec227f74b6ae68c7113014ef573d43a9fdf84"
            },
            "downloads": -1,
            "filename": "odoo_addon_stock_picking_batch_print_pickings-16.0.1.1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76ce9c05ddd8368748e9a475643830c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 35581,
            "upload_time": "2024-08-23T04:35:46",
            "upload_time_iso_8601": "2024-08-23T04:35:46.973769Z",
            "url": "https://files.pythonhosted.org/packages/be/a1/c76c0038d6a55365cefe4badaf7d69776908baf3915c7e3cb7caf1880a8b/odoo_addon_stock_picking_batch_print_pickings-16.0.1.1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 04:35:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "stock-logistics-workflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo-addon-stock-picking-batch-print-pickings"
}
        
Elapsed time: 0.78939s