|
| 1 | +================================ |
| 2 | +Sale Order Forecast Availability |
| 3 | +================================ |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:52908ae8af09491754a811422661c43e7a6dfaae462e4ec1bb64244753e18db4 |
| 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%2Fsale--workflow-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/sale-workflow/tree/18.0/sale_order_forecast_availability |
| 21 | + :alt: OCA/sale-workflow |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_forecast_availability |
| 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/sale-workflow&target_branch=18.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +Flag orders as Forecast available according to the lines |
| 32 | + |
| 33 | +Replicates the standard ``qty_at_date_widget`` logic: |
| 34 | + |
| 35 | +**Draft/Sent orders (no moves created):** |
| 36 | + |
| 37 | +- Issue = insufficient virtual stock AND not MTO product |
| 38 | + |
| 39 | +**Confirmed orders (moves created):** |
| 40 | + |
| 41 | +- Issue = insufficient stock OR late delivery (forecast_expected_date > |
| 42 | + scheduled_date) |
| 43 | + |
| 44 | +**Confirmed sale state:** |
| 45 | + |
| 46 | +- Uses ``free_qty_today`` instead of ``virtual_available_at_date`` |
| 47 | + |
| 48 | +**Always ignored:** |
| 49 | + |
| 50 | +- Lines without ``scheduled_date`` |
| 51 | +- Display type lines (sections/notes) |
| 52 | + |
| 53 | +The main goal is to filter and to warn users |
| 54 | + |
| 55 | +**Table of contents** |
| 56 | + |
| 57 | +.. contents:: |
| 58 | + :local: |
| 59 | + |
| 60 | +Usage |
| 61 | +===== |
| 62 | + |
| 63 | +- Navigate to sales orders list and use the filter Forecast Issues |
| 64 | +- Navigate to a sales order form and the the warnign on top for non |
| 65 | + available ones. |
| 66 | + |
| 67 | +Bug Tracker |
| 68 | +=========== |
| 69 | + |
| 70 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_. |
| 71 | +In case of trouble, please check there if your issue has already been reported. |
| 72 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 73 | +`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_forecast_availability%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 74 | + |
| 75 | +Do not contact contributors directly about support or help with technical issues. |
| 76 | + |
| 77 | +Credits |
| 78 | +======= |
| 79 | + |
| 80 | +Authors |
| 81 | +------- |
| 82 | + |
| 83 | +* ForgeFlow |
| 84 | + |
| 85 | +Contributors |
| 86 | +------------ |
| 87 | + |
| 88 | +- Aaron Henriquez aaron.henriquez@forgeflow.com |
| 89 | + |
| 90 | +Maintainers |
| 91 | +----------- |
| 92 | + |
| 93 | +This module is maintained by the OCA. |
| 94 | + |
| 95 | +.. image:: https://odoo-community.org/logo.png |
| 96 | + :alt: Odoo Community Association |
| 97 | + :target: https://odoo-community.org |
| 98 | + |
| 99 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 100 | +mission is to support the collaborative development of Odoo features and |
| 101 | +promote its widespread use. |
| 102 | + |
| 103 | +This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_order_forecast_availability>`_ project on GitHub. |
| 104 | + |
| 105 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments