|
| 1 | +========================================== |
| 2 | +Sale Orders Terms and conditions Templates |
| 3 | +========================================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:2a1bd6a57e66c4ae980cba82e6dc493578eef827402412687cda4e47ea5d4e7a |
| 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/16.0/sale_order_note_template |
| 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-16-0/sale-workflow-16-0-sale_order_note_template |
| 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=16.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module add sale terms and conditions templates and change existing terms |
| 32 | +and conditions (`sale_order.note`) field type from `Text` to `Html`. |
| 33 | + |
| 34 | +Users will be able to select *terms and conditions template* to fulfill *terms and |
| 35 | +conditions* likes in mail composer users can configure their template using |
| 36 | +`jinja2`. |
| 37 | + |
| 38 | + |
| 39 | +How this module differ from `sale_comment_template`_? |
| 40 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 41 | + |
| 42 | +* `base_comment_template`_ is for managing comments not terms, it would probably |
| 43 | + see as mess for users to mixed terms and comments. |
| 44 | + |
| 45 | +* `sale_comment_template`_ depends on `account_comment_template`_ comments are |
| 46 | + forwards to generated invoices, here we don't really display sales terms on |
| 47 | + final invoices |
| 48 | + |
| 49 | +* `base_comment_template`_ at the time writing do not support template engine |
| 50 | + |
| 51 | + |
| 52 | +.. _base_comment_template: https://github.com/OCA/reporting-engine/tree/14.0/base_comment_template |
| 53 | +.. _sale_comment_template: https://github.com/OCA/sale-reporting/tree/14.0/sale_comment_template |
| 54 | +.. _account_comment_template: https://github.com/OCA/account-invoice-reporting/tree/14.0/account_comment_template |
| 55 | + |
| 56 | +**Table of contents** |
| 57 | + |
| 58 | +.. contents:: |
| 59 | + :local: |
| 60 | + |
| 61 | +Known issues / Roadmap |
| 62 | +====================== |
| 63 | + |
| 64 | +* add a post_init_hook and / or a uninstall_hook to handle correctly the conversion (Text <--> Html). |
| 65 | +* support qweb report templating engine |
| 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_note_template%0Aversion:%2016.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 | +* Pierre Verkest |
| 84 | + |
| 85 | +Maintainers |
| 86 | +~~~~~~~~~~~ |
| 87 | + |
| 88 | +This module is maintained by the OCA. |
| 89 | + |
| 90 | +.. image:: https://odoo-community.org/logo.png |
| 91 | + :alt: Odoo Community Association |
| 92 | + :target: https://odoo-community.org |
| 93 | + |
| 94 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 95 | +mission is to support the collaborative development of Odoo features and |
| 96 | +promote its widespread use. |
| 97 | + |
| 98 | +This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_note_template>`_ project on GitHub. |
| 99 | + |
| 100 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments