~unifield-team/unifield-web/web_uf_848

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/listgrid.py

  • Committer: jf
  • Date: 2011-11-28 16:19:08 UTC
  • Revision ID: jf@tempo4-20111128161908-hiq8gnb8rludpnqn
OEB-70 [FIX] fix the previous OpenERP patch (revno 4717)

Show diffs side-by-side

added added

removed removed

Lines of Context:
684
684
        self.validator = self.widget.validator
685
685
        self.relation = attrs.get('relation') or None
686
686
        self.editable = self.readonly
 
687
        self.color = None
687
688
        if 'field_id' not in attrs:
688
689
            self.field_id = self.name
689
690