Skip to content
Snippets Groups Projects
Commit 31053642 authored by Husen Daudi's avatar Husen Daudi
Browse files

Bugfix by pso

lp bug: https://launchpad.net/bugs/326150 fixed

bzr revid: hda@hda-20090209074757-hmkjgmvww08iq0e9
parent 581f91af
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@
menu="True"
name="wiki.create.menu"/>
<wizard
id="wizard_open_page"
string="Open Page"
menu="True"
name="wiki.wiki.page.open"/>
<record model="ir.ui.view" id="wiki_group_tree">
<field name="name">wiki.groups.tree</field>
<field name="model">wiki.groups</field>
......
import open_page
import create_menu
import show_diff
import make_index
......@@ -31,8 +31,6 @@ from tools.translate import _
class wiz_timesheet_open(wizard.interface):
def _open_wiki_page(self, cr, uid, data, context):
print "uid: %r" % (uid,)
print "data: %r" % (data,)
pool = pooler.get_pool(cr.dbname)
menu_id = data['id']
group_ids = pool.get('wiki.groups.link').search(cr, uid, [('action_id','=',menu_id)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment