← Back to team overview

openerp-india team mailing list archive

[Bug 1094983] [NEW] custom wizard view xml validation error

 

Public bug reported:

Hi ,

I have made a forum discussion here http://forum.openerp.com/forum/topic35867.html
and did a debug myself and found out that

in ORM.py , line 4473 ,

the self._validate(cr, user, [id_new], context) caused the validate of the 
context value  is {'install_mode': True}  , that it caused my custom view xml failed to
validate , 

I have commented this line for my custom module, however , i am not sure whether
it will be causing other problems , the openerp core team will look into this.


So is this a bug in the line that will cause custom module fail to validate xml view  ?

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1094983

Title:
  custom wizard view xml validation error

Status in OpenERP Server:
  New

Bug description:
  Hi ,

  I have made a forum discussion here http://forum.openerp.com/forum/topic35867.html
  and did a debug myself and found out that

  in ORM.py , line 4473 ,

  the self._validate(cr, user, [id_new], context) caused the validate of the 
  context value  is {'install_mode': True}  , that it caused my custom view xml failed to
  validate , 

  I have commented this line for my custom module, however , i am not sure whether
  it will be causing other problems , the openerp core team will look into this.

  
  So is this a bug in the line that will cause custom module fail to validate xml view  ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1094983/+subscriptions


Follow ups

References