Skip to Content
Menú
This question has been flagged
1 Respondre
4042 Vistes

Hi, 

Is there a simple way in Odoo to look for products based on a regular expression function of the internal reference ?


Say the internal reference is AAA000022 and I have a value of AAA22 that I want to match.  We could use a regular expression that filters first 3 characters, then ignores 4 and then matches 2 again.  This way the 4 0's will be ignored and we'll get a match.


How is such a thing possible ?  Can we say something like search products where regex(internal reference, "regular expression") = AAA22 ?


tx 

Seppe

Avatar
Descartar
Best Answer

We have these options:



Avatar
Descartar

_ searches a single character. % searches one or more characters

Do you have a link where we can check the full documentation?

Related Posts Respostes Vistes Activitat
1
d’abr. 23
3064
1
de jul. 25
973
1
de febr. 25
1540
0
de set. 23
2484
2
de juny 23
4494