Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

[8.0][OCA/server-tools] web_context_tunnel doesn't update context values

by
atchuthantu
- 24/05/2016 09:45:07
Hello community,

As I was trying to test the web_context_tunnel functionality in OCA's runbot.  I was unable to add a new context argument 'context_test' to the context values like in this description.  It seems the web_context_tunnel module doesn't work anymore in 8.0.

Runbot URL: http://3147379-8-0-aae74f.runbot1.odoo-community.org/web?db=3147379-8-0-aae74f-all

context: {'test_field1': 'my_extra_field'}
context_test: {'test_field2': 'my_extra_field'}

Current Behaviour:
context not updated. context is {'test_field1': 'my_extra_field'}

Expected Behaviour:
context updated and output in form view needs to be 
context: {'test_field1': 'my_extra_field','test_field2': 'my_extra_field'}

More info with screenshot: https://github.com/OCA/server-tools/issues/431

Let me know if I missed some steps if any.
Awaiting your kind response.
-- 

Thanks & Regards,
Atchuthan

Follow-Ups