[FIX] howto code samples
authorXavier Morel <xmo@openerp.com>
Fri, 7 Feb 2014 10:22:03 +0000 (11:22 +0100)
committerXavier Morel <xmo@openerp.com>
Mon, 19 May 2014 06:32:12 +0000 (08:32 +0200)
doc/howto/howto_website/templates-basic
doc/howto/howto_website/website-dependency

index e347504..632d4b2 100644 (file)
@@ -67,7 +67,7 @@ diff --git a/controllers/my_controller.py b/controllers/my_controller.py
 -""" % teaching_assistants[id]
 +        cr, uid, context = http.request.cr, http.request.uid, http.request.context
 +        return http.request.registry['ir.ui.view'].render(
-+            cr, uid,  "academy.tas", teaching_assistants[id], context=context)
++            cr, uid,  "academy.ta", teaching_assistants[id], context=context)
 diff --git a/views/templates.xml b/views/templates.xml
 new file mode 100644
 --- /dev/null
index 45c097d..5f34268 100644 (file)
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent 1960586e8781d62d0cc8c2b7b9df7b04fb20f3ae
+# Parent b2da66732141558bdf8fcc21000b98a8b67a1340
 
 diff --git a/__openerp__.py b/__openerp__.py
 --- a/__openerp__.py
@@ -41,7 +41,7 @@ diff --git a/controllers/my_controller.py b/controllers/my_controller.py
      def ta(self, id):
 -        cr, uid, context = http.request.cr, http.request.uid, http.request.context
 -        return http.request.registry['ir.ui.view'].render(
--            cr, uid,  "academy.tas", teaching_assistants[id], context=context)
+-            cr, uid,  "academy.ta", teaching_assistants[id], context=context)
 +        return http.request.website.render('academy.ta', teaching_assistants[id])
 diff --git a/views/templates.xml b/views/templates.xml
 --- a/views/templates.xml