Pedro,
  Even when I simplify the dictionary to the most basic of entries, I still get 
the same KeyError: 0.  Here is a basic sample that is still producing the error:

                      
  new_partner = {
                      
         'name':          
       'ABC179199611',
                      
          'active':        
       True,
                      
          'lang':        
         '',
                      
          'website':        
      '',
                      
          'credit_limit':      
   '',
                      
          'user_id':        
      None,
                      
          'title':        
        '',
                      
          'responsible':      
    None,
                      
          'comment':        
      '',
                      
          'parent_id':        
    None,
                      
          'ean13':        
        '',
                      
          'date':        
         None,
                      
          'ref':          
        '',
                      
          'vat':          
        '',
                      
          'debit_limit':      
    '',
                      
          'alias':        
        ''
                      
  }


Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to