~jri-openerp/enapps-csv-import-tool/misc_small_fixes

« back to all changes in this revision

Viewing changes to ea_import/ea_import_template_line.py

  • Committer: jri at openerp
  • Date: 2012-05-22 11:28:18 UTC
  • mfrom: (2.7.1 misc_small_fixes)
  • Revision ID: jri@openerp.com-20120522112818-l4f1nuijyse1p23v
Merged misc_small_fixes: correct ordering of template lines by sequence

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
class ea_import_template_line(osv.osv):
28
28
    _name='ea_import.template.line'
 
29
    _order='sequence'
29
30
 
30
31
    def _get_related_field_model(self, cr, uid, ids, name, args, context=None):
31
32
        if not ids: