Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

What's the mechanism of POS offline?

形象
odoo
形象
丢弃
2 答案
0
形象
odoo
最佳答案

Hi,


Odoo POS works as a browser-based single-page app that runs entirely using JavaScript.


When a POS session is opened online, it preloads necessary data like products, customers, and pricing into the browser.


This data is stored locally using IndexedDB, allowing POS to function without needing constant server access.


Orders created during offline mode are saved locally as unsynced data.


You cannot open a new POS session without internet—only existing sessions continue to work offline.


While offline, all POS operations (adding products, calculating totals, printing receipts) still function normally.


Once internet is restored, the system automatically syncs offline orders back to the Odoo backend.


For more details you can refer the official Odoo 18 documentation: https://www.odoo.com/documentation/18.0/applications/sales/point_of_sale.html


Hope it helps.

1 备注
形象
丢弃
形象
odoo
-

Thanks for your help.

0
形象
odoo
最佳答案

Noticed the pos.session and pos.config model, they look like the key.

形象
丢弃