I'm using v13 Cloud edition with Studio.
I've created a custom model which contains a subject, body and email template (many2one) field. I want to populate the subject and body field based on the email template that's selected.
How can I do this? As far as I know I cannot add onchange code in python in Odoo cloud edition?
thanks @Niyas! That worked. Do you know how I can copy over the email template and convert the placeholders so that they are filled in with the corresponding model data?