This question has been flagged

I am trying to open OpenERP using url http:// ip:port/ but it shows blank/white screen instead of login form. Earlier in the morning it was working fine. I don't remember any particular changes that i have done on server except i was trying to remove pagination using limit in setting->action-> window and updating following method at

\openerp\addons\web\static\src\js

'File view_list.js' Line num 117

limit: function () {

if (this._limit === undefined) {

this._limit = (this.options.limit

|| this.defaults.limit

|| (this.getParent().action || {}).limit

|| 80);

}

return this._limit;

},

I have reverted changes in code.

I tried restarting Postgresql, OpenERP server, restarting my router etc, but issue is same. I am running out of ideas. Kindly Help!

Regards....

Avatar
Discard
Best Answer

Happened after I installed  https://www.odoo.com/apps/modules/11.0/pos_orders/ and  https://www.odoo.com/apps/modules/10.0/pos_order_return/ 



point_of_sale.assets.js:124 Error: QWeb2: Template 'OrdersScreenWidget' not found

Getting these messages in console. 

at Object.exception (http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:2908:7)

at Engine._render (http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:2952:103)

at Engine.render (http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:2948:151)

at Class.renderElement (http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:3112:1073)

at Class.renderElement (http://52.90.13.211/web/content/3115-6dcb6a7/point_of_sale.assets.js:312:608)

at Class.prototype.(anonymous function) [as renderElement] (http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:3009:559)

at http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:3112:917

at http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:547:681

at fire (http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:541:299)

at Object.add [as done] (http://52.90.13.211/web/content/344-1db2b7d/web.assets_common.js:542:467)

(anonymous) @ point_of_sale.assets.js:124

Avatar
Discard

Dear Hassan, I am having same problem. Did you figure a way out?

Just restart the server and everything will be fine. Let everything load at its own.

Best Answer

Mixed Content: The page at 'https://www.odoo.com/page/point-of-sale-shop' was loaded over HTTPS, but requested an insecure resource 'http://demo3.odoo.com/pos/web'. This request has been blocked; the content must be served over HTTPS.

chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js Failed to load resource: net::ERR_FAILED

chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js Failed to load resource: net::ERR_FAILED


I disabled AdBlock on pages from site, to no avail. 

Avatar
Discard

Loading site directly, (http://demo3.odoo.com/pos/web) solved the problem

Best Answer

Try to delete History which is store in your browser. hope this will work.

Avatar
Discard
Best Answer

Open your console on the browser (for Chrome/Firefox it is Ctrl+Shift+J). If there are any messages there, paste the content here.

Avatar
Discard