0

I am integrating Xero with Odoo , so at time of importing data it is giving error like

XeroRateLimitExceeded: please wait before retrying the xero api

enter image description here

I also restarted the server and also changed secret api keys and consumer keys but no change

Any idea about it or any suggestion ?

sakib keriwala
  • 129
  • 3
  • 14
  • i've never use xero before but i think you'll have to contact the author of the module, this doesn't seem to be an odoo specific problem – danidee Jul 15 '16 at 08:41

1 Answers1

1

Xero has a limit of 1000 API calls per day. I guess that creates the above issue. Make sure you read the explanation from Xero. https://developer.xero.com/documentation/getting-started/xero-api-limits/

Shabini Rajadas
  • 731
  • 8
  • 15