|
| 1 | +.. image:: https://odoo-community.org/readme-banner-image |
| 2 | + :target: https://odoo-community.org/get-involved?utm_source=readme |
| 3 | + :alt: Odoo Community Association |
| 4 | + |
| 5 | +=============================== |
| 6 | +Project Task Customer Reference |
| 7 | +=============================== |
| 8 | + |
| 9 | +.. |
| 10 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 11 | + !! This file is generated by oca-gen-addon-readme !! |
| 12 | + !! changes will be overwritten. !! |
| 13 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 14 | + !! source digest: sha256:43e36c2954bc2c1ff0ae498553e1549a833d04330fbeb5ec2cbe8678065bbef0 |
| 15 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 16 | +
|
| 17 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 18 | + :target: https://odoo-community.org/page/development-status |
| 19 | + :alt: Beta |
| 20 | +.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png |
| 21 | + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html |
| 22 | + :alt: License: LGPL-3 |
| 23 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github |
| 24 | + :target: https://github.com/OCA/project/tree/19.0/project_task_customer_ref |
| 25 | + :alt: OCA/project |
| 26 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 27 | + :target: https://translation.odoo-community.org/projects/project-19-0/project-19-0-project_task_customer_ref |
| 28 | + :alt: Translate me on Weblate |
| 29 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 30 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=19.0 |
| 31 | + :alt: Try me on Runboat |
| 32 | + |
| 33 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 34 | + |
| 35 | +Adds an **Order Customer Reference** field (``customer_reference``) to |
| 36 | +``project.task`` so that customer PO/requisition numbers are visible on |
| 37 | +tasks, capturable via website webforms, and kept in sync with the linked |
| 38 | +sale order. |
| 39 | + |
| 40 | +Features: |
| 41 | + |
| 42 | +- **Task field**: ``customer_reference`` (Char, not copied on |
| 43 | + duplication) is added to the task form view and list view (hidden by |
| 44 | + default, toggleable via the optional-columns menu). |
| 45 | +- **Auto-populated from sale order**: when a task is created |
| 46 | + automatically from a confirmed sale order (service lines with |
| 47 | + ``service_tracking``), the task inherits the SO's ``client_order_ref`` |
| 48 | + as its ``customer_reference``. |
| 49 | +- **Propagation back to sale order**: when ``customer_reference`` is set |
| 50 | + or updated on a task, it is written to ``client_order_ref`` on the |
| 51 | + linked sale order — but only if that field is currently empty, |
| 52 | + preventing unintended overwrites. |
| 53 | +- **Website webform support**: the field is whitelisted for the website |
| 54 | + form builder so it appears in the field picker when configuring a |
| 55 | + webform that creates ``project.task`` records. |
| 56 | + |
| 57 | +**Table of contents** |
| 58 | + |
| 59 | +.. contents:: |
| 60 | + :local: |
| 61 | + |
| 62 | +Configuration |
| 63 | +============= |
| 64 | + |
| 65 | +After installing the module, open the Website form builder and add a |
| 66 | +text input mapped to **Order Customer Reference** |
| 67 | +(``customer_reference``) to allow customers to supply their PO number |
| 68 | +when submitting a request. |
| 69 | + |
| 70 | +Bug Tracker |
| 71 | +=========== |
| 72 | + |
| 73 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/issues>`_. |
| 74 | +In case of trouble, please check there if your issue has already been reported. |
| 75 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 76 | +`feedback <https://github.com/OCA/project/issues/new?body=module:%20project_task_customer_ref%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 77 | + |
| 78 | +Do not contact contributors directly about support or help with technical issues. |
| 79 | + |
| 80 | +Credits |
| 81 | +======= |
| 82 | + |
| 83 | +Authors |
| 84 | +------- |
| 85 | + |
| 86 | +* ForgeFlow |
| 87 | + |
| 88 | +Contributors |
| 89 | +------------ |
| 90 | + |
| 91 | +- Jasmin Solanki <jasmin.solanki@forgeflow.com> |
| 92 | + |
| 93 | +Maintainers |
| 94 | +----------- |
| 95 | + |
| 96 | +This module is maintained by the OCA. |
| 97 | + |
| 98 | +.. image:: https://odoo-community.org/logo.png |
| 99 | + :alt: Odoo Community Association |
| 100 | + :target: https://odoo-community.org |
| 101 | + |
| 102 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 103 | +mission is to support the collaborative development of Odoo features and |
| 104 | +promote its widespread use. |
| 105 | + |
| 106 | +This module is part of the `OCA/project <https://github.com/OCA/project/tree/19.0/project_task_customer_ref>`_ project on GitHub. |
| 107 | + |
| 108 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments