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

Hello is possible to create a condition how check if title of invoice contain value

t t-if="object.invoice_origin like 'héb' OR 'maint' OR 'dom"
my text
t

i need to check if title contain some part of word
'hébergement'
'maintenance'
'domaine'

but seems doesn't works, what i do wrong ?

regards

Avatar
Annuleer
Auteur

Thanks for this reply juste to be sure m'y title Can be more longuer your code code check if word IS in ? Regards




Auteur

hello thanks for you reply i test it but doesn't works 

any other idea ?

Beste antwoord

Hi,

Please try the below condition

<t t-if="'hébergement' in object.invoice_origin or 'maintenance' in object.invoice_origin or 'domaine' in object.invoice_origin">



Hope it helps

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
jul. 25
901
5
mei 25
18318
0
apr. 25
1164
1
apr. 25
1610
0
mrt. 25
1451