This question has been flagged

I'm totally new in OpenERP, ORM model and Python, so I'm digging into them to try to perform what I need.

I have to create a page in OpenERP that has to works as follows:

When I click the left menu item, the page shows up as a common page and has to shows 2 fields, Twitter screen name and tweet sent by that user to my user, both taken from my Twitter mentions timeline.

The page also has to have a button to refresh the list or even better, every certain seconds, check if there are new tweets.

Received tweets can be or not stored in a DB table.

I installed Twython package and I've already get the tweets from my mentions timeline using Python command line, but I'm totally lost when I want to integrate that on OpenERP.

I'm using OpenERP 7.

Any help, please?

Avatar
Discard