← Back to team overview

openerp-india team mailing list archive

[Bug 1081910] Re: 7.0 osv_memory Wizard return self.write(...) closes the Wizard?

 

** Changed in: openobject-server
   Importance: Undecided => Medium

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
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/1081910

Title:
  7.0 osv_memory Wizard return self.write(...) closes the Wizard?

Status in OpenERP Server:
  New

Bug description:
  Hello,

  could someone please tell me what has changed from 6.1 to 7.0
  regarding osv_memory based wizards?

  In 6.1 I could simply:
  return self.write(cr, uid, ids, {'field': value}, context=context)
  and the Wizard was updated with the value.

  When I do the same in 7.0 (Beta) the Wizard is just getting closed.

  I tried with several of our 6.1 Modules and all behave the same way in
  7.0. The Wizards aren't upated, there just closed.

  with kind regards,

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


References