From 955ff38cf315e92eb1b5c7c463dc642cd21460bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Valyi?= Date: Sat, 20 Sep 2014 18:19:43 -0300 Subject: [PATCH] updated example --- web_context_tunnel/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_context_tunnel/__openerp__.py b/web_context_tunnel/__openerp__.py index ff5741f20..710dc8862 100644 --- a/web_context_tunnel/__openerp__.py +++ b/web_context_tunnel/__openerp__.py @@ -78,7 +78,7 @@ a !python statement like context.update({'my_extra_field': my_extra_field}). You can see an example of module conversion to use web_context_tunnel here for instance: -https://github.com/openerpbrasil/l10n_br_core/compare/develop...feature%2Fsale-web-context-tunnel +https://github.com/openerpbrasil/l10n_br_core/commit/33065366726a83dbc69b9f0031c81d82362fbfae """, 'version': '2.0', 'depends': ['web'],