This question has been flagged
1 Reply
1534 Views

Good day 


Can anyone advise on how to add a label field to on Odoo V16 quote template. We are currently using the description field but for practical reasons would prefer using  the label field. We are able to make use of that on the invoices but the option dos not seem to be available on quotes?


Feedback will be highly appreciated.

Avatar
Discard
Best Answer

To add a label field to the quote template in Odoo 16, you can follow these steps:

1. Enable Developer Mode:
- Go to "Settings" -> "Activate the Developer Mode".

2. Access the Quote Template:
- Go to "Sales" -> "Products" -> "Quotations/Orders".
- Open the desired quotation template for editing or create a new one.

3. Add a Label Field:
- In the template editor, locate the section where you want to add the label field.
- Add a new row or modify an existing row.
- Click on the "Add a field" button or the "+" symbol to add a new field to the row.
- In the field options, select "Label" as the field type.
- Enter the desired label text in the "Default Value" field.
- Save the changes to the template.

4. Customize the Layout:
- If necessary, you can further customize the layout and styling of the quote template.
- Use HTML and CSS to modify the appearance of the label field and other elements as needed.
- Save the changes to the template.

5. Test the Quote Template:
- Create a new quotation or open an existing one using the modified template.
- Verify that the label field is displayed correctly on the quote document.
- Make any additional adjustments or modifications if needed.

By following these steps, you can add a label field to the quote template in Odoo 16. The label field allows you to display specific text or labels on the quote document, separate from the description field.

Avatar
Discard