Cant Add Sales Representative On ODT Templates

I’m using ODT template as I don’t have any knowledge in PHP. I’m trying to add Sales Representative in ODT templates but it always shows account name that I currently use. I’m using “myuser” tags:

{myuser_fullname}

It always return SuperAdmin even though I’ve assign Sales Representative. Using Crabe template return the correct data, but it not showing up on my ODT template.

Actual Result:
image

There are a few ways, you can add the author of the proposal to the extrafield field and retrieve it with object. but you need to select it as an option from the table.

Other ways are to write modules or change the core codes of the relevant page. I think the easiest way is to automatically fetch the quote writer and then select it.
If you want to solve it with a module, I can help you with this issue.

The solution for extrafield is below.

create an extrafield, (select from table)


to add to your ODT document
{object_options_propalwriter}

1 Like

Hi, where the settings for this? I couldn’t understand because of the language.