Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1 @@
* Pierre Verkest <pierrevkest84@gmail.com>

View File

@@ -0,0 +1,19 @@
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](https://github.com/OCA/sale-reporting/tree/14.0/sale_comment_template)?
- [base_comment_template](https://github.com/OCA/reporting-engine/tree/14.0/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](https://github.com/OCA/sale-reporting/tree/14.0/sale_comment_template)
depends on
[account_comment_template](https://github.com/OCA/account-invoice-reporting/tree/14.0/account_comment_template)
comments are forwards to generated invoices, here we don't really
display sales terms on final invoices
- [base_comment_template](https://github.com/OCA/reporting-engine/tree/14.0/base_comment_template)
at the time writing do not support template engine

View File

@@ -0,0 +1,3 @@
- add a post_init_hook and / or a uninstall_hook to handle correctly the
conversion (Text \<--\> Html).
- support qweb report templating engine