Skip to Content
Menu
This question has been flagged
1 Reply
991 Views

Hello,


In report_saleorder_document, i want to add a column in the tbody of the table

But i want that this colum is the concatenation of 2 fields

Is it possible ?

Thanks

Vincent

Avatar
Discard
Best Answer

Hi If you want concatenate two fields inside the tbody,then try using

<span t-field="a" /><span t-field="b" />


Avatar
Discard
Author

Hi JK,

it works, thank you so much

Vincent