The proposal to merge lp:~openerp-dev/openobject-client-web/6.0-opw-10247-msh
into lp:openobject-client-web/6.0 has been updated.
Description changed to:
Hello,
To generate the issue goto Sales -> Leads -> Create one lead and enter some
data in phone and then save the record -> now click the PhoneCalls in
act_window, you will redirected to new tab now create new record for PhoneCalls
you will not find phone data which you have entered in Lead's form.
The data of phone is passed in context but the context was not evaluated,
because the design of web change the context in act_window method of action.py,
So changed the code and passed the form_context which will be passed from
action method of form.py.
If there is form_context then it will take that form_context and going to
evaluate with data.get('context') otherwise it will evaluate with
action.get('context').
form_context will be passed only from action method of form.py which will be
called only when action of act_window is called.
I have also checked the same issue with three things.
1. In Purchase order -> select any two purchase order and call the action merge
purchase orders in act_window.
2.In Manufacturing -> Master Data -> Bill Of Materials.
3. Accounting -> Bank and Cash -> Bank statements -> open existing one and
Import Invoice.
Thanks.
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-10247-msh/+merge/75987
--
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-10247-msh/+merge/75987
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-client-web/6.0-opw-10247-msh.
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp