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

« back to all changes in this revision

Viewing changes to openobject/addons/base/widgets/_resource.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:
10
10
from _utils import OrderedSet
11
11
from _utils import Enum
12
12
 
13
 
from openerp import tools
 
13
from openobject import tools
14
14
 
15
15
locations = Enum(["head", "bodytop", "bodybottom"])
16
16