Commit 4af17e98 by Damien Moulard

set pos auto refresh to 5s

parent d5d1ac39
...@@ -120,7 +120,7 @@ odoo.define("lacagette_custom_pos.screens", function (require) { ...@@ -120,7 +120,7 @@ odoo.define("lacagette_custom_pos.screens", function (require) {
}); });
setTimeout(function(){ setTimeout(function(){
window.location.reload(); window.location.reload();
}, 3000); }, 5000);
} else { } else {
this._super(); this._super();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment