Skip to Content
Menu
This question has been flagged
5 Replies
5510 Views

Hello,

Just migrated to Odoo 15 and can't close the POS session

Some Cash Registers are already posted. Please reset them to new in order to close the session. Cash Registers: ['POS/00718']
Anyone experienced the same or can asssit in finding a solution?

Avatar
Discard
Best Answer

Hi geoffrey,

I can show you how to solve this but i can't honestly tell you the impact in other related models. So, i suggest you do this in a test DB !! 

1- Go to POS/00718, Then Add field "statement_ids" to your form view ( it does not exists by default, you can add it via debug mode).
2- This field refers to "Cash Statements" and you will find some records in it. 
3- For records that have status != "New", click to open Popup and then click on Action button Reset To until the status Becomes "New"
4- Do step 3 for the next record having status != new
5- once all records have status == "New", you can close the session.

Hope this helps. 
Regards.

Avatar
Discard

Hi, please can you explain more about this? I use the Odoo community version.

Best Answer

it's duplicate the closing journal 


Avatar
Discard
Best Answer

check another journal posted at the same day and rest to draft

this document used in the journal that used in POS 

it will work

Avatar
Discard
Best Answer

Same here, but once I set the statements to new, it still calculates the cash amount double and complains that a) the total vlosning amount of the POS session does not match as well as b) the calculated amount of the bank statements. Do you have a clue how to resolve this and where this issue is coming from?

Avatar
Discard
Author Best Answer

Thanks Got it sorted


Avatar
Discard

Hi, I have the same problem. can you explain how to add "statement_ids" on the form?