This module add sale terms and conditions templates and change existing terms and conditions (sale_order.note) field type from Text to Html.
Users will be able to select terms and conditions template to fulfill terms and conditions likes in mail composer users can configure their template using jinja2.
How this module differ from sale_comment_template?
- base_comment_template is for managing comments not terms, it would probably see as mess for users to mixed terms and comments.
- sale_comment_template depends on account_comment_template comments are forwards to generated invoices, here we don't really display sales terms on final invoices
- base_comment_template at the time writing do not support template engine
Table of contents
- add a post_init_hook and / or a uninstall_hook to handle correctly the conversion (Text <--> Html).
- support qweb report templating engine
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- Pierre Verkest
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/sale-workflow project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.