Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5745 Zobrazení

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
Zrušit

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

Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
dub 24
1253
0
led 23
1645
2
bře 15
7164
0
bře 15
3870
0
bře 15
3795