← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 865138] Re: not able to create new record(idea) from web client

 

Hello,

This bug fixed in idea module in addons branch because visibility field
not found in view. and based on visibility field set invisible in attrs
on user_id field. like :- <field name="user_id"
attrs="{'invisible':[('visibility','=',False)]}"/>  here visibility
field used but not define in view. . So i request to addons team to add
visibility field in form view of idea.idea object. like :- <field
name="visibility" invisible="1"/>. So i move this bug to addons project.

Thanks,

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/865138

Title:
  not able to create new record(idea) from web client

Status in OpenERP Web:
  In Progress

Bug description:
  There are many issue in idea(web-client only): 
  Not able to create new idea 

  in comment tab , after writting a comment the but save & new and save
  & close is not working ,cancel is working

  we can not open /accept or refuse idea

  when creating from web-client only. if we have created from get-client
  then we can perform operation like open/Accept/Refuse and submit vote
  but even if it is created from gtk-clinet we can not post any comment
  (save & new and save & close buttons are not seems to work)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/865138/+subscriptions


References