~openerp-community/openerp-tools/yolanda.robla-openerp-server

« back to all changes in this revision

Viewing changes to openerp/osv/fields.py

  • Committer: Vo Minh Thu
  • Date: 2011-02-08 15:01:49 UTC
  • mfrom: (3346.1.6 server-lib)
  • Revision ID: vmt@openerp.com-20110208150149-x4vu09aj42ezma5a
[MERGE] merge of the openerp python module branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
import xmlrpclib
39
39
from psycopg2 import Binary
40
40
 
41
 
import netsvc
42
 
import tools
43
 
from tools.translate import _
 
41
import openerp.netsvc as netsvc
 
42
import openerp.tools as tools
 
43
from openerp.tools.translate import _
44
44
 
45
45
def _symbol_set(symb):
46
46
    if symb == None or symb == False: