|
| 1 | +============================== |
| 2 | +Stock Picking Backorder Reason |
| 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%2Fstock--logistics--workflow-lightgray.png?logo=github |
| 17 | + :target: https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_backorder_reason |
| 18 | + :alt: OCA/stock-logistics-workflow |
| 19 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 20 | + :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_backorder_reason |
| 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/154/16.0 |
| 24 | + :alt: Try me on Runbot |
| 25 | + |
| 26 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 27 | + |
| 28 | +This module allows to help user defining a backorder reason when it is |
| 29 | +launched on picking validation. This reason will be written on picking chatter level. |
| 30 | + |
| 31 | +A reason can have several backorder strategy to apply: |
| 32 | + |
| 33 | + * Create: Create the backorder |
| 34 | + * Cancel: Cancel the backorder |
| 35 | + * Use Partner Configuration: On partner level, you can define which strategy to |
| 36 | + apply and for which flow (Sale: Create/Cancel, Purchase: Create/Cancel) |
| 37 | + |
| 38 | +This behaviour can be activated on picking type level. |
| 39 | + |
| 40 | +Moreover, on company level, you can set default reason strategy for new partners. |
| 41 | + |
| 42 | +**Table of contents** |
| 43 | + |
| 44 | +.. contents:: |
| 45 | + :local: |
| 46 | + |
| 47 | +Configuration |
| 48 | +============= |
| 49 | + |
| 50 | +#. Go to Inventory > Configuration > Operation Types |
| 51 | +#. Select the one you want to activate the feature and check the |
| 52 | + 'Backorder Reason' checkbox. |
| 53 | +#. Then, select either the 'Backorder Reason' Sale or Purchase depending the flow the operation type |
| 54 | + is concerned by. |
| 55 | +#. Now, you can define some backorder reasons that will be selected by the warehouse user: |
| 56 | + * Go to Inventory > Configuration > Warehouse Management > Backorder Reasons |
| 57 | + * Fill in the name and choose an action to do (Create/Cancel/Use Partner option) |
| 58 | + |
| 59 | +#. Go to Inventory > Configuration > Settings > Operations |
| 60 | + * You can change the default reason backorder strategy for new partners (for both sale/purchase flows) |
| 61 | + * By default, it's set on 'Create' |
| 62 | + |
| 63 | +Known issues / Roadmap |
| 64 | +====================== |
| 65 | + |
| 66 | +* For the time being, options are set on wizard level. One may want to have |
| 67 | + the granularity on line one. |
| 68 | + |
| 69 | +Bug Tracker |
| 70 | +=========== |
| 71 | + |
| 72 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_. |
| 73 | +In case of trouble, please check there if your issue has already been reported. |
| 74 | +If you spotted it first, help us smashing it by providing a detailed and welcomed |
| 75 | +`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_backorder_reason%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 76 | + |
| 77 | +Do not contact contributors directly about support or help with technical issues. |
| 78 | + |
| 79 | +Credits |
| 80 | +======= |
| 81 | + |
| 82 | +Authors |
| 83 | +~~~~~~~ |
| 84 | + |
| 85 | +* ACSONE SA/NV |
| 86 | + |
| 87 | +Contributors |
| 88 | +~~~~~~~~~~~~ |
| 89 | + |
| 90 | +* Jacques-Etienne Baudoux <je@bcim.be> |
| 91 | +* Laurent Mignon <laurent.mignon@acsone.eu> |
| 92 | +* Denis Roussel <denis.roussel@acsone.eu> |
| 93 | + |
| 94 | +Maintainers |
| 95 | +~~~~~~~~~~~ |
| 96 | + |
| 97 | +This module is maintained by the OCA. |
| 98 | + |
| 99 | +.. image:: https://odoo-community.org/logo.png |
| 100 | + :alt: Odoo Community Association |
| 101 | + :target: https://odoo-community.org |
| 102 | + |
| 103 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 104 | +mission is to support the collaborative development of Odoo features and |
| 105 | +promote its widespread use. |
| 106 | + |
| 107 | +This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_backorder_reason>`_ project on GitHub. |
| 108 | + |
| 109 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments