Yenthe666 / Odoo_Samples

This repository contains samples with Odoo code
GNU Affero General Public License v3.0
242 stars 306 forks source link

After installing the "static_resources_demo" I got the Odoo Client Error. #3

Open infoelliex opened 8 years ago

infoelliex commented 8 years ago

Odoo Client Error:

Uncaught TypeError: Cannot read property 'controller' of undefined https://www.paulfan.net/static_resources_demo/static/src/js/javascriptfile.js:7 Traceback: TypeError: Cannot read property 'controller' of undefined at https://www.paulfan.net/static_resources_demo/static/src/js/javascriptfile.js:7:85

Yenthe666 commented 8 years ago

@infoelliex,

Thanks for letting me know. This demo works fine for V8 but it seems to give a problem for V9. It seems that the JavaScript has changed in V9 regarding reloads.

jiangzhixiao commented 8 years ago

@Yenthe666 hi Yenthe666 ,when i run this demo, javascript in menus.xml runs well,but javascriptfile.js is not work.what's the problem?