openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #20151
[Bug 1081910] Re: 7.0 osv_memory Wizard return self.write(...) closes the Wizard?
Hello conexus - s.petersen ,
I have checked this issue currently mechanism is change when you return True then it
closes window.in 6.1 we have to return act_window_closed which is improved in trunk.
So Its working fine and I am closing this issue.
Thanks.
** Changed in: openobject-server
Importance: Medium => Undecided
** Changed in: openobject-server
Status: New => Invalid
** Changed in: openobject-server
Assignee: OpenERP's Framework R&D (openerp-dev-framework) => (unassigned)
--
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:
Invalid
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