This question has been flagged
1 Reply
4697 Views

I just installed the latest openerp v7 two days ago..

Why does when I type in anything on the main search bar on the top right of the Project/Task page, even a letter I get this error.

OpenERP Client error

Uncaught Error: NameError: name 'project_id' is not defined

http:///v7/.alwaysopencommerce/.com:8069/web/webclient/js:2768

Thanks

Avatar
Discard

may be some code error download latest module and update it and then check otherwise send the module u r using

I also experienced this problem after I enabled Task Delegation. I am using a week old update. Hope there is some news

Best Answer

The answer can be found here :

~openerp-dev/openobject-addons/7.0-opw-587217-mma/+merge/152145

as my karma is not yet enough for me to post link so i believe you can do a search on the text above.

and if you do not know how , then this is the step but you have do it if you apply upgrade of the module until you get the code patched as the launchpad.

  • step 1. go to menu(more->setting->Technical->user interface->view

  • step 2. look for "phase.task.search.form" , click Form view

  • step 3. click Edit , then at

      <field name="phase_id"/>
      then add domain="[]" so to become 
      <field name="phase_id" domain="[]"/>
    
  • step 4. click save and you error should by now solve.

HTH

kalmen.

Avatar
Discard