|
| 1 | +============================= |
| 2 | +Repair Stock Consumption Step |
| 3 | +============================= |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:93fc83002290646de5793f5425fca96699172ab4f9487b4196a3e8481bbaead6 |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 18 | + :alt: License: AGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frepair-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/repair/tree/16.0/repair_stock_consumption_step |
| 21 | + :alt: OCA/repair |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/repair-16-0/repair-16-0-repair_stock_consumption_step |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/repair&target_branch=16.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module introduces an optional intermediate step: |
| 32 | + |
| 33 | +- When enabled at warehouse level, repair consumption moves are grouped |
| 34 | + into a stock picking. |
| 35 | +- The repair order is set to a new **Consumption** state until the |
| 36 | + picking is validated. |
| 37 | +- Users can process the picking manually, assign lots/serials, and only |
| 38 | + then complete the repair. |
| 39 | + |
| 40 | +**Table of contents** |
| 41 | + |
| 42 | +.. contents:: |
| 43 | + :local: |
| 44 | + |
| 45 | +Use Cases / Context |
| 46 | +=================== |
| 47 | + |
| 48 | +In the base repair module, consumption moves for spare parts are created |
| 49 | +and immediately validated when the repair order is marked as done. This |
| 50 | +prevents user interaction such as choosing lot/serial numbers. |
| 51 | + |
| 52 | +Configuration |
| 53 | +============= |
| 54 | + |
| 55 | +1. Go to **Inventory / Configuration / Warehouses**. |
| 56 | + |
| 57 | +2. Open the warehouse you want to use for repairs. |
| 58 | + |
| 59 | +3. |
| 60 | + |
| 61 | + 2. In **Technical info** : |
| 62 | + |
| 63 | + - Enable **Repair Consumption Step**. |
| 64 | + - Select the **Repair Consumption Picking Type** (an internal |
| 65 | + transfer type from the repair location to a production/virtual |
| 66 | + location). |
| 67 | + |
| 68 | +Usage |
| 69 | +===== |
| 70 | + |
| 71 | +1. Create a repair order with spare part lines. |
| 72 | +2. Confirm the repair order. |
| 73 | +3. Click **End Repair**: |
| 74 | + |
| 75 | + - If the warehouse setting is disabled: |
| 76 | + |
| 77 | + - Consumption moves are validated immediately, repair goes |
| 78 | + directly to **Done**. |
| 79 | + |
| 80 | + - If the setting is enabled: |
| 81 | + |
| 82 | + - The repair order moves to the **Consumption** state. |
| 83 | + - A stock picking is created for the spare part moves. |
| 84 | + |
| 85 | +4. Open the **Consumption Picking** from the repair order. |
| 86 | +5. Process the picking: |
| 87 | + |
| 88 | + - Assign quantities and lots/serials. |
| 89 | + - Validate the picking. |
| 90 | + |
| 91 | +6. Once the picking is validated, the repair order automatically moves |
| 92 | + to **Done**. |
| 93 | + |
| 94 | +Bug Tracker |
| 95 | +=========== |
| 96 | + |
| 97 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/repair/issues>`_. |
| 98 | +In case of trouble, please check there if your issue has already been reported. |
| 99 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 100 | +`feedback <https://github.com/OCA/repair/issues/new?body=module:%20repair_stock_consumption_step%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 101 | + |
| 102 | +Do not contact contributors directly about support or help with technical issues. |
| 103 | + |
| 104 | +Credits |
| 105 | +======= |
| 106 | + |
| 107 | +Authors |
| 108 | +------- |
| 109 | + |
| 110 | +* ACSONE SA/NV |
| 111 | + |
| 112 | +Contributors |
| 113 | +------------ |
| 114 | + |
| 115 | +- Souheil Bejaoui souheil.bejaoui@acsone.eu |
| 116 | + |
| 117 | +Maintainers |
| 118 | +----------- |
| 119 | + |
| 120 | +This module is maintained by the OCA. |
| 121 | + |
| 122 | +.. image:: https://odoo-community.org/logo.png |
| 123 | + :alt: Odoo Community Association |
| 124 | + :target: https://odoo-community.org |
| 125 | + |
| 126 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 127 | +mission is to support the collaborative development of Odoo features and |
| 128 | +promote its widespread use. |
| 129 | + |
| 130 | +.. |maintainer-sbejaoui| image:: https://github.com/sbejaoui.png?size=40px |
| 131 | + :target: https://github.com/sbejaoui |
| 132 | + :alt: sbejaoui |
| 133 | + |
| 134 | +Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: |
| 135 | + |
| 136 | +|maintainer-sbejaoui| |
| 137 | + |
| 138 | +This module is part of the `OCA/repair <https://github.com/OCA/repair/tree/16.0/repair_stock_consumption_step>`_ project on GitHub. |
| 139 | + |
| 140 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments