Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
1
sale_order_note_template/readme/CONTRIBUTOR.rst
Executable file
1
sale_order_note_template/readme/CONTRIBUTOR.rst
Executable file
@@ -0,0 +1 @@
|
||||
* Pierre Verkest <pierrevkest84@gmail.com>
|
||||
19
sale_order_note_template/readme/DESCRIPTION.md
Executable file
19
sale_order_note_template/readme/DESCRIPTION.md
Executable 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
|
||||
3
sale_order_note_template/readme/ROADMAP.md
Executable file
3
sale_order_note_template/readme/ROADMAP.md
Executable 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
|
||||
Reference in New Issue
Block a user