Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
11611 Ansichten

OpenERP 7 on Clicking the left side menu the below Client Error shows:-

In Chrome Browser shows Client Error:- Uncaught TypeError: Cannot read property 'action' of undefined

In IE Browser shows Client Error:- Unable to get value of the property 'action': object is null or undefined

On Debugging the Java Script:-

Shows the below error-

Uncaught TypeError: Cannot read property 'action' of undefined js:3629
instance.web.ListView.instance.web.View.extend.limit js:3629
instance.web.ListView.Groups.instance.web.Class.extend.render_dataset js:3701
(anonymous function) js:3706
(anonymous function) js:3708
fire js:188
self.add js:189
instance.web.Class.extend.list js:3708
instance.web.ListView.Groups.instance.web.Class.extend.render js:3706
instance.web.ListView.instance.web.View.extend.reload_content js:3657
(anonymous function) js:2996
(anonymous function) js:194
fire js:188
self.fireWith js:193
self.fire js:194
fire js:188
self.add js:189
(anonymous function) js:194
fire js:188
self.fireWith js:193
(anonymous function) js:194
fire js:188
self.fireWith js:193
self.fire js:194
rpc_function.then.error.code js:3024
(anonymous function) js:194
fire js:188
self.fireWith js:193
done js:627
callback

In the below code:-

view_list.js

 limit: function () {
        if (this._limit === undefined) {
            this._limit = (this.options.limit
                        || this.defaults.limit
                        || (this.getParent().action || {}).limit
                        || 80);
        }
        return this._limit;
    },

when try to access http://IPaddress:8069 from local computer then it works.Not shows client Error.

But when it access to another system its show client error "Uncaught TypeError: Cannot read property 'action' of undefined"

How to fix this issue? Thanks

Avatar
Verwerfen

Hello, I am facing roughly the same problem but my only occurs when trying to write order lines on supplier invoice. Any idea why this occurs?

Autor

Any Updates?.........

* This bug is a duplicate of bug 1181035 ** https://bugs.launchpad.net/bugs/1181035

** This bug has been marked a duplicate of bug 1181035 IntegrityError trying to login after database update

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juni 15
4762
2
Mai 15
8457
1
März 17
4366
2
März 15
10506
1
März 15
8276