Settings & Configuration
Last update:
07/21/2026
Completed
In this topic
General Settings Overview
- Accessing General Settings
- Configuring Outgoing Email (SMTP)
- Access Groups, Record Rules & Security
- Language Management & Translations
- Automated Actions
- Developer Mode & Technical Menu
- Configuring Incoming Email (IMAP/POP)
- Scheduled Actions (Cron Jobs)
- Bundling Permissions Into Reusable Roles
- Email Templates
- System Parameters & Sequences
Email Configuration
Security & Access Control
Translations & Localisation
Technical Tools
Email Templates
Email Templates
Email templates define the content and layout of automated emails sent by Quickenerp. They use a powerful templating system with dynamic placeholders.
Navigation
Go to Settings > Technical > Email Templates (developer mode required). This lists all system email templates organised by module.
Key System Templates
| Template Name | Triggered By | Model |
|---|---|---|
| Sales: Send Quotation | Clicking "Send by Email" on a quotation | sale.order |
| Accounting: Send Invoice | Clicking "Send & Print" on an invoice | account.move |
| Inventory: Delivery Order | Validating a delivery/picking | stock.picking |
| Portal: Invitation | Creating a portal user | res.partner |
| CRM: Lead Acknowledgment | New lead created from website form | crm.lead |
Editing an Email Template
You can customise any template to match your brand voice:
- Open the template from the list.
- Subject – Use placeholders like
Quotation {{object.name}} from {{object.company_id.name}}. - Recipients (To) – Usually
{{object.partner_id.email}}for the customer's email. Can be multiple addresses separated by commas. - Body (HTML) – Rich HTML content with placeholders. Use the visual editor or edit HTML directly.
- Available Dynamic Placeholders (via the "Placeholders" dropdown):
{{object.name}}– Record name (e.g. quotation number).{{object.partner_id.name}}– Customer name.{{object.user_id.name}}– Salesperson name.{{object.company_id.name}}– Your company name.{{object.company_id.phone}}– Your phone number.{{object.company_id.email}}– Your email address.{{object.company_id.website}}– Your website URL.{{object.company_id.logo}}– Your company logo image.
Creating a Custom Template
- Click Create.
- Enter a Name (e.g. "Customer Welcome Email").
- Select the Model – this determines which record's fields are available as placeholders.
- Optionally set a Language if the template is language-specific.
- Compose the subject, body, and recipient fields with placeholders.
- Save and use the template in automated actions or server actions.
Testing an Email Template
To test a template before using it in production:
- Open the template.
- Click Test Send.
- Select a record of the template's model (e.g. a specific quotation to test the quotation template).
- Enter your email address as the recipient.
- Click Send. You receive the email exactly as the customer would see it.
Rating
0
0
Commenting is not enabled on this course.
This documentation is updated continuously. Some features described here may be renamed, deprecated, or still being finalized.