~openerp-idu/openobject-client/6.1

« back to all changes in this revision

Viewing changes to bin/widget/model/record.py

  • Committer: Christophe Simonis
  • Date: 2008-07-23 14:50:12 UTC
  • Revision ID: christophe@tinyerp.com-20080723145012-0n80afvugkzbn512
add encoding comment and vim comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
1
2
##############################################################################
2
3
#
3
4
# Copyright (c) 2004-2008 TINY SPRL. (http://tiny.be) All Rights Reserved.
262
263
        for index, fname, value in values:
263
264
            data[fname] = value
264
265
        self.set_default(data)
 
266
 
 
267
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
268