I am using Odoo.sh in Version 18.0, I added some custom fields to my sale order view and have them printed in the pdf order. Now I would like to have them included in the order templates to have them precompiled and be able to make just little modifications to it, so I don't have to copy/paste the text all the time. I added the fields to the template view and changed the fields in the order view in a way, that they are dependent on the fields of the template (screenshots below). So far that works good, if I make a template and write stuff in that fields, the text is inserted in the orders, but now my problem: If I make some modification in the order to the text, it overwrites the text in the template as well, so everytime I create a new order, the modificated text will be shown, not the original one from the template. How can I make sure, that if I use the template and make changes to the text, that it only affects this specific order and does not overwrite the template?
Thanks for any help.