[IMP]: improved import functionality
authorHardik Ansodariy (OpenERP) <han@tinyerp.com>
Mon, 8 Aug 2011 12:54:26 +0000 (18:24 +0530)
committerHardik Ansodariy (OpenERP) <han@tinyerp.com>
Mon, 8 Aug 2011 12:54:26 +0000 (18:24 +0530)
bzr revid: han@tinyerp.com-20110808125426-3tlx5ambjpp4hr2m

1  2 
openerp/addons/base/ir/ir_edi.py

@@@ -204,7 -204,7 +204,7 @@@ class edi(object)
                  'module': edi_module,
                  'res_id': record.id}, context=context)
          xml_record = model_data_pool.browse(cr, uid, xml_record_id, context=context)
--        db_uuid = '%s:%s.%s' % (uuid, xml_record.module, xml_record.name)
++        db_uuid = '%s:%s' % (uuid, xml_record.name)
          return db_uuid
      
      def edi_metadata(self, cr, uid, records, context=None):