Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
895 Zobrazení

I have a barcode made of 31 characters, I need to read only the last 11 that indicate the product I want to scan, how can I do that? I have tried setting up new rules but there is not much documentation on barcode patterns

Thanks to all

Avatar
Zrušit
Autor Nejlepší odpověď

is it possible to make the GS1 Barcode (product) read a code like this 3-DGAI0800-?

Avatar
Zrušit
Nejlepší odpověď

Hi,

You can do this using Python. below is an example of this.


barcode = "thisisalongstringthatyouwanttoshorten"

product_code = barcode[-11:]


Hope it helps

Avatar
Zrušit
Autor

hello,
thanks for the reply, is there any way to edit the code on an online version of odoo?
otherwise as a solution i am trying to use GS1 nomenclature, question, are GS1 pattern rules editable at will?

Related Posts Odpovědi Zobrazení Aktivita
0
zář 24
965
0
čvn 24
1879
1
pro 23
1365
3
čvn 23
3123
0
čvc 21
18