|
| 1 | +=================== |
| 2 | +Sale delivery State |
| 3 | +=================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:0ff06f9e489784baf8b25b5d53c355c7c8ade5638a55431b288c216b3520b689 |
| 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_delivery_state |
| 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_delivery_state |
| 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 | +This odoo module add delivery state on the sale order. |
| 32 | + |
| 33 | +Delivery state is computed based on qty_delivered field on sale order |
| 34 | +lines. |
| 35 | + |
| 36 | +This is usefull for other modules to provide the state of delivery. The |
| 37 | +state of the sale order can be forced to fully delivered in case some |
| 38 | +quantities were cancelled by the customer and you consider you have |
| 39 | +nothing more to deliver. |
| 40 | + |
| 41 | +Sale order lines can have products or services, as long as the field |
| 42 | +qty_delivered is set, it will trigger the computation of delivery state. |
| 43 | + |
| 44 | +This module also works with delivery.carrier fees that are added as a |
| 45 | +sale order line. Thoses line are special as they will never be |
| 46 | +considered delivered. Delivery fees lines are ignored in the computation |
| 47 | +of the delivery state. |
| 48 | + |
| 49 | +When the 'sale_stock' module is installed, the glue module |
| 50 | +'sale_stock_delivery_state' should also be installed; this module is |
| 51 | +designed to override the compute method of the delivery status field |
| 52 | +from 'sale_stock'. |
| 53 | + |
| 54 | +**Table of contents** |
| 55 | + |
| 56 | +.. contents:: |
| 57 | + :local: |
| 58 | + |
| 59 | +Bug Tracker |
| 60 | +=========== |
| 61 | + |
| 62 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_. |
| 63 | +In case of trouble, please check there if your issue has already been reported. |
| 64 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 65 | +`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_delivery_state%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 66 | + |
| 67 | +Do not contact contributors directly about support or help with technical issues. |
| 68 | + |
| 69 | +Credits |
| 70 | +======= |
| 71 | + |
| 72 | +Authors |
| 73 | +------- |
| 74 | + |
| 75 | +* Akretion |
| 76 | + |
| 77 | +Contributors |
| 78 | +------------ |
| 79 | + |
| 80 | +- Pierrick BRUN <pierrick.brun@akretion.com> |
| 81 | +- Benoît Guillot <benoit.guillot@akretion.com> |
| 82 | +- Yannick Vaucher <yannick.vaucher@camptocamp.com> |
| 83 | +- Daniel Reis <dreis@opensourceintegrators.com>, `Open Source |
| 84 | + Integrators <https://opensourceintegrators.com>`__ |
| 85 | +- Carlos Lopez <celm1990@gmail.com> |
| 86 | +- Virendrasinh Dabhi <veer.190.dabhi@gmail.com> |
| 87 | + |
| 88 | +Maintainers |
| 89 | +----------- |
| 90 | + |
| 91 | +This module is maintained by the OCA. |
| 92 | + |
| 93 | +.. image:: https://odoo-community.org/logo.png |
| 94 | + :alt: Odoo Community Association |
| 95 | + :target: https://odoo-community.org |
| 96 | + |
| 97 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 98 | +mission is to support the collaborative development of Odoo features and |
| 99 | +promote its widespread use. |
| 100 | + |
| 101 | +This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_delivery_state>`_ project on GitHub. |
| 102 | + |
| 103 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments