~jfb-tempo-consulting/unifield-web/US-7172

« back to all changes in this revision

Viewing changes to openobject/addons/base/widgets/tree_view.py

  • Committer: ame (Tiny)
  • Date: 2010-01-04 10:41:58 UTC
  • Revision ID: ame@tinyerp.com-20100104104158-92jypyicgh56twq8
[REF] openerp-web => openobject-web (project name changed)
[REF] openerp => openobject (namespace changed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
import cherrypy
33
33
 
34
 
from openerp import tools
35
 
from openerp.tools import rpc
36
 
from openerp.tools import cache
 
34
from openobject import tools
 
35
from openobject.tools import rpc
 
36
from openobject.tools import cache
37
37
 
38
38
from base.widgets import Form, JSLink, locations
39
39