Skip to Content
Menu
This question has been flagged
2 Replies
2119 Views

Hi

Running Odoo v14 CE (self hosted).

I'm trying to:

1. Understand the standard POS receipt sequence. E.g. at some point I see numbers which are skipped or 2 sessions it seems while only one session was opened...

2. How I can change the POS receipt number sequence. I found some things about older version but in v14 I can only seem to customize the Order sequence. Receipt sequence is not shown.

I found a youtube video called "How to Configure Sequence For POS order and POS receipt | Odoo" however that's version 12 and can't find it in version 14.

Thanks in advance.

Avatar
Discard

Hello,

You have to update the POS sequence by the query.

shivoham.odoo@gmail.com

Best Answer

In Odoo POS, the receipt sequence is generated using the method generate_unique_id method. You need to change the behaviour of this method to achieve your requirement.

Avatar
Discard
Author Best Answer

It seems Odoo has "improved" in version 14 by removing this. I couldn't find it and nobody seems to know about it.

Avatar
Discard