This should be so simple but I'm having issues working it out.
On the quotation form list it has a column with Product for add which gives the internal description and then there is the Description column which has the Internal Description and Sales Description. All I want it to show is the Sales Description, I tried by adding in Studio a new column with Sales Description that works but then hiding the Description column then removes the section and notes options.
Where and the Description field be modified to change it just to lookup the Sales Description.
It is possible to add a related field Sales description to quotation list and make the existing description invisible.
1. Edit the order line list view using Studio
2. Select description column to mark as invisible
3. Add related field Sales description to the view Product template > Sales Description (product_template_id.description_sale)
3. Edit the field label and save
This would add the field to the quotation and the notes/section options remain unchanged
Thanks Jaideep, this is as far as I got, but the problem I have encountered is when doing that the description of the section or note cannot be added as they are invisable.
hi, this seems to be a known issue and there were a PR which hasn't merged yet, see: https://github.com/odoo/odoo/pull/82016
may be you can try this patch from custom code
Understood. The description field is currently being used for description, note and section.