|
| 1 | +======================== |
| 2 | +Purchase Manual Delivery |
| 3 | +======================== |
| 4 | + |
| 5 | +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6 | + !! This file is generated by oca-gen-addon-readme !! |
| 7 | + !! changes will be overwritten. !! |
| 8 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 9 | +
|
| 10 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 11 | + :target: https://odoo-community.org/page/development-status |
| 12 | + :alt: Beta |
| 13 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 14 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 15 | + :alt: License: AGPL-3 |
| 16 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github |
| 17 | + :target: https://github.com/OCA/purchase-workflow/tree/12.0/purchase_manual_delivery |
| 18 | + :alt: OCA/purchase-workflow |
| 19 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 20 | + :target: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_manual_delivery |
| 21 | + :alt: Translate me on Weblate |
| 22 | +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png |
| 23 | + :target: https://runbot.odoo-community.org/runbot/142/12.0 |
| 24 | + :alt: Try me on Runbot |
| 25 | + |
| 26 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 27 | + |
| 28 | +The goal of this module is to allow the manual creation of incoming shipments. When installed, |
| 29 | +a purchase order won't impact directly the stock. It will not create the pickings upon order confirmation. |
| 30 | +It allows the reception and the impact on stock to be done manually when needed. |
| 31 | +The goal is to be used when a supplier does not confirm the full order at once. As the supplier |
| 32 | +confirms the different purchase order lines, the user can manually create the incoming |
| 33 | +shipments for those specific lines. |
| 34 | + |
| 35 | +**Table of contents** |
| 36 | + |
| 37 | +.. contents:: |
| 38 | + :local: |
| 39 | + |
| 40 | +Usage |
| 41 | +===== |
| 42 | + |
| 43 | +There are two main ways to use this module: |
| 44 | + |
| 45 | +* From Purchase Order |
| 46 | + |
| 47 | +When creating a purchase order and confirming it, no picking will be automatically created. |
| 48 | +Lines with pending quantities to receive will appear in blue color, to create |
| 49 | +the manual picking press the button "Create Incoming Shipment": |
| 50 | + |
| 51 | +.. figure:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_manual_delivery/static/description/create_incoming_shipment_button.png |
| 52 | + :width: 800px |
| 53 | + |
| 54 | +This will trigger the wizard that lets the user choose which lines should be taken for the |
| 55 | +creation of the picking and also the quantities. Clicking on the "Create and View Picking" |
| 56 | +will create the reception and redirect the user to the picking form. |
| 57 | + |
| 58 | +.. figure:: https://raw.githubusercontent.com/OCA/purchase-workflow/12.0/purchase_manual_delivery/static/description/create_incoming_shipment_wizard.png |
| 59 | + :width: 800px |
| 60 | + |
| 61 | + |
| 62 | +* From Purchase Order Line |
| 63 | + |
| 64 | +The module adds a new list view for Purchase Order Lines (in Purchase Menu). From there you can select multiple |
| 65 | +PO lines (in this base module only PO lines from same PO can be selected) and create the |
| 66 | +manual delivery. Follow the same steps as above to manually generate the incoming shipment. |
| 67 | + |
| 68 | +Bug Tracker |
| 69 | +=========== |
| 70 | + |
| 71 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_. |
| 72 | +In case of trouble, please check there if your issue has already been reported. |
| 73 | +If you spotted it first, help us smashing it by providing a detailed and welcomed |
| 74 | +`feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_manual_delivery%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 75 | + |
| 76 | +Do not contact contributors directly about support or help with technical issues. |
| 77 | + |
| 78 | +Credits |
| 79 | +======= |
| 80 | + |
| 81 | +Authors |
| 82 | +~~~~~~~ |
| 83 | + |
| 84 | +* ForgeFlow S.L. |
| 85 | + |
| 86 | +Contributors |
| 87 | +~~~~~~~~~~~~ |
| 88 | + |
| 89 | +* Adria Gil Sorribes <adria.gil@forgeflow.com> |
| 90 | + |
| 91 | +Maintainers |
| 92 | +~~~~~~~~~~~ |
| 93 | + |
| 94 | +This module is maintained by the OCA. |
| 95 | + |
| 96 | +.. image:: https://odoo-community.org/logo.png |
| 97 | + :alt: Odoo Community Association |
| 98 | + :target: https://odoo-community.org |
| 99 | + |
| 100 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 101 | +mission is to support the collaborative development of Odoo features and |
| 102 | +promote its widespread use. |
| 103 | + |
| 104 | +This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/12.0/purchase_manual_delivery>`_ project on GitHub. |
| 105 | + |
| 106 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments