|
| 1 | +================ |
| 2 | +Mail Reply Stage |
| 3 | +================ |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:3e0a708a7c69ddc0f3b1222b5c268d8d6acc6f32c6de186e7c9a5df995a98bb3 |
| 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%2Fsocial-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/social/tree/15.0/mail_reply_stage |
| 21 | + :alt: OCA/social |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_reply_stage |
| 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/social&target_branch=15.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module has the feature to automatically update the stage of the record when a non-internal user sends an update to the record. |
| 32 | + |
| 33 | +**Table of contents** |
| 34 | + |
| 35 | +.. contents:: |
| 36 | + :local: |
| 37 | + |
| 38 | +Configuration |
| 39 | +============= |
| 40 | + |
| 41 | +Go to **Settings > Mail Reply Configurations** and create records according to your needs. |
| 42 | + |
| 43 | +For each record: |
| 44 | + |
| 45 | +- **Model**: Choose a model (required). |
| 46 | +- **Parent Field**: Select the field for the parent field ID (e.g., if you select the model as project.task, choose project_id as the parent field). If a parent field is selected, the system will update the reply stage based on the parent (e.g., tasks under the project will use the reply stage of the matched configuration). If this field is left empty, all records without a matching configuration for their project will use the configuration record that does not specify a parent field. |
| 47 | +- **Parent Model**: The system will assign this automatically. |
| 48 | +- **Parent Field Value**: Set up the name of the parent record (e.g., project name). |
| 49 | +- **Parent Stage Field**: Choose the stages field from the parent model to verify that the reply stage is within the parent stages. |
| 50 | +- **Reply Stage Field**: Choose the field for the stage that will be automatically updated when a non-internal user sends an update.(required) |
| 51 | +- **Reply Stage**: Set the stage value that will be updated.(required) |
| 52 | +- **No Reply Stage**: Set the stage value. If the record is in this state, updates from the user will not change the stage of the record.(required) |
| 53 | + |
| 54 | +Bug Tracker |
| 55 | +=========== |
| 56 | + |
| 57 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_. |
| 58 | +In case of trouble, please check there if your issue has already been reported. |
| 59 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 60 | +`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_reply_stage%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 61 | + |
| 62 | +Do not contact contributors directly about support or help with technical issues. |
| 63 | + |
| 64 | +Credits |
| 65 | +======= |
| 66 | + |
| 67 | +Authors |
| 68 | +~~~~~~~ |
| 69 | + |
| 70 | +* Quartile |
| 71 | + |
| 72 | +Contributors |
| 73 | +~~~~~~~~~~~~ |
| 74 | + |
| 75 | +* `Quartile <https://www.quartile.co>`_ |
| 76 | + |
| 77 | + * Aung Ko Ko Lin |
| 78 | + |
| 79 | +Maintainers |
| 80 | +~~~~~~~~~~~ |
| 81 | + |
| 82 | +This module is maintained by the OCA. |
| 83 | + |
| 84 | +.. image:: https://odoo-community.org/logo.png |
| 85 | + :alt: Odoo Community Association |
| 86 | + :target: https://odoo-community.org |
| 87 | + |
| 88 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 89 | +mission is to support the collaborative development of Odoo features and |
| 90 | +promote its widespread use. |
| 91 | + |
| 92 | +This module is part of the `OCA/social <https://github.com/OCA/social/tree/15.0/mail_reply_stage>`_ project on GitHub. |
| 93 | + |
| 94 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments