~domsense/enapps-csv-import-tool/allowing_chain_to_load_from_file_system

« back to all changes in this revision

Viewing changes to ea_import/ea_import_chain_result.py

  • Committer: Enapps Ltd.
  • Date: 2012-05-28 12:57:29 UTC
  • mfrom: (1.1.1 enapps-csv-import-tool)
  • Revision ID: openerp@enapps.co.uk-20120528125729-zs9pfey8ffdh7r3t
fix diverged branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        'chain_id': fields.many2one('ea_import.chain',),
32
32
        'result_ids_file': fields.binary('Result Ids',),
33
33
        'import_time': fields.datetime('Import Time',),
34
 
        'scheduler_log_id': fields.many2one('ea_import.scheduler.log',),
35
34
        }
36
35
 
37
36
    _defaults = {