Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
2418 Vizualizări

How can generate automatically barcode for any new product on odoo online 18 ?

Imagine profil
Abandonează

The Automated Actions in Odoo 18 is changed significantly and doesn't match the YouTube video. If someone can post a new video will help

Autor

Thank you all

Cel mai bun răspuns

Hi there,

I used the same video but made a slight change. I managed to get this working by changing the trigger to "On save". You might be wondering why "On save"? It's because a product can be saved multiple times. Don't worry, we've got that covered with an if condition.

Here's the Code Used: for record in records: if not record['barcode']: record['barcode'] = env['ir.sequence'].next_by_code('product.barcode')

please don't forget to vote - it really helps to select the best questions and answers!

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,
By a sequence and using automated action, you can achieve it:  Generate Barcode For Products Using Automated Action In Odoo

Thanks

Imagine profil
Abandonează
Cel mai bun răspuns

Hello Hicham Ghilani,

Here’s a link with more information on automatically generating product barcodes in Odoo Online v16: Automatically Generate Product Barcode Numbers in Odoo.

Let me know if it helps! 😊

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
nov. 24
6275
0
feb. 25
1421
0
dec. 24
46
0
dec. 24
1234
1
oct. 24
2582