res = [(9999, 20109), (10000, 20110)]
self.env.cr.execute("""INSERT INTO magic_res_partner (magic_uniq_id, magic_customer_number) VALUES
%s """, tuple(res))
Error is %s
ERROR: not all arguments converted during string formatting
any solution
Error is %s
ERROR: not all arguments converted during string formatting
any solution