Comment 4 for bug 664345

Revision history for this message
vrsb (shipilov555) wrote :

Hi. Now am puzzled about how to read this symbol in OpenERP. For example, i set focus on the product field of some order/stock move/lot and read this barcode that consists of a few fields.
I tried to rewrite name_seach function to parse RE like r'^10(?P<lot>\d+)'+chr(29) to distinguish product code field.
Seems it just doesn't see <GS> symbol.
Do you have any idea?