-
- Downloads
[FIX] website_quote: change website_description when the template id changes
Have a SO with a partner in another language
Apply a quote template to a SO
Customize the portal view to show website_description of a product on the template
Translate it
Show the SO on the portal
Before this commit, the description of the product was not translated
This was because the field was not included in the onchange of template_id
causing that field to never have changed, that is, it kept the description
done injected with the first write
After this commit, the description is changed according to the partner's lang
OPW 1960977
closes odoo/odoo#32825
Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
Please register or sign in to comment