Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
5301 Weergaven

I have extended model mail.message using mechanizm of inheritance. Extended model has additional columns with types many2one and char.

Now I want to change template of mail.thread.message to make new columns be displayed in message.thread.

<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-extend="mail.thread.message">
        <t t-jquery="div.oe_mail-placeholder" t-operation="after">

         <div>NEW COLUMN #1</div>

         <div>NEW COLUMN #2</div>

       </t>
    </t>
</templates>

 How can I change context for rendering tempate, add new columns to it and display new columns?

Avatar
Annuleer

did you put in in qweb : { } instead of data: { } ?

Beste antwoord

Hi Alex, 

I am trying to achieve the same thing. Did you find a solution?

Thanks, 

Elsa

Avatar
Annuleer