Hi, I do not drink coffee and system for any small change or addition goes into configuration and then insists that "I take coffee" ;) and does not stop even if I take it. Any idea why it tells me for coffee again and again and how I can make it work without this offer? Cheers. Note: This is just to get you an "idiot's" view of the situation.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
6113
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
The servers must be addict to coffee! They tell me the same recommendation.Nobody is perfect:)
What do your log files show when this occurs?
when using Chrome browser for the action "Validate closing & post entries" of a current POS session, after - let say 7 minutes - XmlHttpRequestError Gateway Time-out <html> <head><title>504 Gateway Time-out</title></head> <body bgcolor="white"> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx/1.2.1</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly erro
and a different log when using Firefox!
that is on the client side, what do the server logs show?
No idea; because I am using the OpenErp.com online services. Screen captures have been sent to support! see also http://help.openerp.com/question/1058/validate-closing-post-entries-error/
Can you take a look to what is happening in odoo logfile? If you decide to have coffee whenever Odoo tell you to do so... take care with caffeine....
I see you are using Nginx and you have 504 errors. Nginx will close backend connect if the response did not comeback in time, I can't recall the default (I think it is 60 secs), you need to set it higher. Try access direct to your Odoo without Nginx and see if how long you need to wait . Set the proxy_read_timeout to higher in nginx , so that you dun get 504 timeout. If after have a few rounds of coffee, your request is still not working...maybe its you internet that is problematic.