As per your discussion i have made changes. Now Create new module
piratepad in addons directory.

But now problem is::

- It's conflict with the form_logger web addons. If we remove form_logger then 
it's working fine.
I have try to resolve problem but its strange, both module can update 
sidebar.mako at the same time,
so it gives error like,

[15/Oct/2010:15:34:12] HTTP Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/cherrypy/_cprequest.py", line 
606, in respond
    cherrypy.response.body = self.handler()
  File "/usr/local/lib/python2.6/dist-packages/cherrypy/_cpdispatch.py", line 
25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/cpa/mywork/web_piratepad/openobject/tools/_expose.py", line 200, 
in func_wrapper
    res = func(*args, **kw)
  File "/home/cpa/mywork/web_piratepad/openobject/controllers/_root.py", line 
48, in default
    obj = pooler.get_pool().get_controller("/openerp/modules")
  File "/home/cpa/mywork/web_piratepad/openobject/pooler.py", line 93, in 
get_pool
    addons.load_addons(db_name, config)
  File "/home/cpa/mywork/web_piratepad/openobject/addons.py", line 215, in 
load_addons
    load_module_graph(db_name, graph, config)
  File "/home/cpa/mywork/web_piratepad/openobject/addons.py", line 198, in 
load_module_graph
    pool.load(package.name)
  File "/home/cpa/mywork/web_piratepad/openobject/pooler.py", line 57, in load
    {})
  File "/home/cpa/mywork/web_piratepad/openobject/templating.py", line 23, in 
__init__
    for template in attributes['templates']:
KeyError: 'templates'
-- 
https://code.launchpad.net/~openerp-dev/openobject-client-web/web-piratepad/+merge/38399
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-client-web/web-piratepad.

_______________________________________________
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

Reply via email to