Twitter Snippet

website_twitter
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Xavier Morel, Aaron Bohy, qsm-odoo, Jorge Pinna Puissant, Joseph Caburnay, Samuel Degueldre, Tiffany Chang (tic), Pierre Paridans, Benoit Socias, Louis Wicket (wil), Michael (mcm), bram1000, Louis (wil), Pierre Pulinckx (pipu), Bastien PIERRE, Pulinckx Pierre (PIPU)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geoip2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a Twitter scroller building block to the website builder, so that you can display Twitter feeds on any page of your website.
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
remove_external_snippets remove_external_snippets ir.ui.view qweb Inherits website.external_snippets
res_config_settings_view_form res.config.settings.view.form.inherit.website.twitter res.config.settings block Inherits website.res_config_settings_view_form
s_twitter Twitter Scroller ir.ui.view qweb New
website_twitter_options website_twitter_options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet website_twitter_snippet ir.ui.view qweb Inherits website.snippets
Models touched (3)

New fields (4)
  • twitter_api_key Char
    help='Twitter API key you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_key' string='API Key'
  • twitter_api_secret Char
    help='Twitter API secret you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_secret' string='API secret'
  • twitter_screen_name Char
    help='Screen Name of the Twitter Account from which you want to load favorites.It does not have to match the API Key/Secret.' readonly=False related='website_id.twitter_screen_name' string='Favorites From'
  • twitter_server_uri Char
    readonly=True string='Twitter server uri'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • get_values(self)
    @api.model
  • write(self, vals)

New fields (3)
  • twitter_api_key Char
    groups='base.group_system' help='Twitter API Key' string='Twitter API key'
  • twitter_api_secret Char
    groups='base.group_system' help='Twitter API Secret' string='Twitter API secret'
  • twitter_screen_name Char
    string='Get favorites from this screen name'
Public methods (1)
  • fetch_favorite_tweets(self)

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    ondelete='cascade' string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Yannick Tivisse, qsm-odoo, Romain Derie, Romeo Fragomeli, Gorash, Stefan-Calin Crainiciuc (stcc), Benoit Socias, Guillaume (gdi), bram1000, Martin Trigaux (mat)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a Twitter scroller building block to the website builder, so that you can display Twitter feeds on any page of your website.
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
remove_external_snippets remove_external_snippets ir.ui.view qweb Inherits website.external_snippets
res_config_settings_view_form res.config.settings.view.form.inherit.website.twitter res.config.settings div Inherits website.res_config_settings_view_form
s_twitter Twitter Scroller ir.ui.view qweb New
website_twitter_options website_twitter_options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet website_twitter_snippet ir.ui.view qweb Inherits website.snippets
Models touched (3)

New fields (4)
  • twitter_api_key Char
    help='Twitter API key you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_key' string='API Key'
  • twitter_api_secret Char
    help='Twitter API secret you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_secret' string='API secret'
  • twitter_screen_name Char
    help='Screen Name of the Twitter Account from which you want to load favorites.It does not have to match the API Key/Secret.' readonly=False related='website_id.twitter_screen_name' string='Favorites From'
  • twitter_server_uri Char
    readonly=True string='Twitter server uri'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • get_values(self)
    @api.model
  • write(self, vals)

New fields (3)
  • twitter_api_key Char
    groups='base.group_system' help='Twitter API Key' string='Twitter API key'
  • twitter_api_secret Char
    groups='base.group_system' help='Twitter API Secret' string='Twitter API secret'
  • twitter_screen_name Char
    string='Get favorites from this screen name'
Public methods (1)
  • fetch_favorite_tweets(self)

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    ondelete='cascade' string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, David Monjoie, Xavier Morel, qsm-odoo, Xavier-Do, Julien Mougenot, Tiffany Chang (tic), Stefan-Calin Crainiciuc (stcc), Guillaume (gdi), Soukéina Bojabza, bram1000
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a Twitter scroller building block to the website builder, so that you can display Twitter feeds on any page of your website.
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
remove_external_snippets remove_external_snippets ir.ui.view qweb Inherits website.external_snippets
res_config_settings_view_form res.config.settings.view.form.inherit.website.twitter res.config.settings div Inherits website.res_config_settings_view_form
s_twitter Twitter Scroller ir.ui.view qweb New
website_twitter_options website_twitter_options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet website_twitter_snippet ir.ui.view qweb Inherits website.snippets
Models touched (3)

New fields (4)
  • twitter_api_key Char
    help='Twitter API key you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_key' string='API Key'
  • twitter_api_secret Char
    help='Twitter API secret you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_secret' string='API secret'
  • twitter_screen_name Char
    help='Screen Name of the Twitter Account from which you want to load favorites.It does not have to match the API Key/Secret.' readonly=False related='website_id.twitter_screen_name' string='Favorites From'
  • twitter_server_uri Char
    readonly=True string='Twitter server uri'
Public methods (3)
  • create(self, vals)
    @api.model
  • get_values(self)
    @api.model
  • write(self, vals)

New fields (3)
  • twitter_api_key Char
    groups='base.group_system' help='Twitter API Key' string='Twitter API key'
  • twitter_api_secret Char
    groups='base.group_system' help='Twitter API Secret' string='Twitter API secret'
  • twitter_screen_name Char
    string='Get favorites from this screen name'
Public methods (1)
  • fetch_favorite_tweets(self)

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    ondelete='cascade' string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Yannick Tivisse, qsm-odoo, Xavier-Do, Victor Feyens, Kevin Baptiste, Stefan-Calin Crainiciuc (stcc), Benoit Socias, Guillaume (gdi), bram1000
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a Twitter scroller building block to the website builder, so that you can display Twitter feeds on any page of your website.
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
remove_external_snippets remove_external_snippets ir.ui.view qweb Inherits website.external_snippets
res_config_settings_view_form res.config.settings.view.form.inherit.website.twitter res.config.settings div Inherits website.res_config_settings_view_form
s_twitter Twitter Scroller ir.ui.view qweb New
twitter twitter ir.ui.view qweb Inherits website.assets_frontend
twitter_editor twitter_editor ir.ui.view qweb Inherits website.assets_editor
website_twitter_options website_twitter_options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet website_twitter_snippet ir.ui.view qweb Inherits website.snippets
Models touched (3)

New fields (4)
  • twitter_api_key Char
    help='Twitter API key you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_key' string='API Key'
  • twitter_api_secret Char
    help='Twitter API secret you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_secret' string='API secret'
  • twitter_screen_name Char
    help='Screen Name of the Twitter Account from which you want to load favorites.It does not have to match the API Key/Secret.' readonly=False related='website_id.twitter_screen_name' string='Favorites From'
  • twitter_server_uri Char
    readonly=True string='Twitter server uri'
Public methods (3)
  • create(self, vals)
    @api.model
  • get_values(self)
    @api.model
  • write(self, vals)

New fields (3)
  • twitter_api_key Char
    groups='base.group_system' help='Twitter API Key' string='Twitter API key'
  • twitter_api_secret Char
    groups='base.group_system' help='Twitter API Secret' string='Twitter API secret'
  • twitter_screen_name Char
    string='Get favorites from this screen name'
Public methods (1)
  • fetch_favorite_tweets(self)

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    ondelete='cascade' string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite/Website
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Aaron Bohy, Damien Bouvy, qsm-odoo, Jorge Pinna Puissant, Adrian Torres, Xavier-Do, Samuel Degueldre, Stefan-Calin Crainiciuc (stcc), Guillaume (gdi)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - auth_signup
    - social_media
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a Twitter scroller building block to the website builder, so that you can display Twitter feeds on any page of your website.
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
remove_external_snippets remove_external_snippets ir.ui.view qweb Inherits website.external_snippets
res_config_settings_view_form res.config.settings.view.form.inherit.website.twitter res.config.settings div Inherits website.res_config_settings_view_form
s_twitter Twitter Scroller ir.ui.view qweb New
twitter twitter ir.ui.view qweb Inherits website.assets_frontend
twitter_editor twitter_editor ir.ui.view qweb Inherits website.assets_editor
website_twitter_options website_twitter_options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet website_twitter_snippet ir.ui.view qweb Inherits website.snippets
Models touched (3)

New fields (4)
  • twitter_api_key Char
    help='Twitter API key you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_key' string='API Key'
  • twitter_api_secret Char
    help='Twitter API secret you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_secret' string='API secret'
  • twitter_screen_name Char
    help='Screen Name of the Twitter Account from which you want to load favorites.It does not have to match the API Key/Secret.' readonly=False related='website_id.twitter_screen_name' string='Favorites From'
  • twitter_server_uri Char
    readonly=True string='Twitter server uri'
Public methods (3)
  • create(self, vals)
    @api.model
  • get_values(self)
    @api.model
  • write(self, vals)

New fields (3)
  • twitter_api_key Char
    help='Twitter API Key' string='Twitter API key'
  • twitter_api_secret Char
    help='Twitter API Secret' string='Twitter API secret'
  • twitter_screen_name Char
    string='Get favorites from this screen name'
Public methods (1)
  • fetch_favorite_tweets(self)

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    ondelete='cascade' string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Thibault Delavallée, Christophe Simonis, Jeremy Kersten, GitHub, Yannick Tivisse, qsm-odoo, Romain Derie, Adrian Torres, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - social_media
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a Twitter roller building block to the website builder, so that you can display Twitter feeds on any page of your website.
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
remove_external_snippets remove_external_snippets ir.ui.view qweb Inherits website.external_snippets
res_config_settings_view_form res.config.settings.view.form.inherit.website.twitter res.config.settings div Inherits website.res_config_settings_view_form
s_twitter Twitter Scroller ir.ui.view qweb New
twitter twitter ir.ui.view qweb Inherits website.assets_frontend
twitter_editor twitter_editor ir.ui.view qweb Inherits website.assets_editor
website_twitter_options website_twitter_options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet website_twitter_snippet ir.ui.view qweb Inherits website.snippets
Models touched (3)

New fields (4)
  • twitter_api_key Char
    help='Twitter API key you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_key' string='API Key'
  • twitter_api_secret Char
    help='Twitter API secret you can get it from https://apps.twitter.com/' readonly=False related='website_id.twitter_api_secret' string='API secret'
  • twitter_screen_name Char
    help='Screen Name of the Twitter Account from which you want to load favorites.It does not have to match the API Key/Secret.' readonly=False related='website_id.twitter_screen_name' string='Favorites From'
  • twitter_server_uri Char
    readonly=True string='Twitter server uri'
Public methods (3)
  • create(self, vals)
    @api.model
  • get_values(self)
    @api.model
  • write(self, vals)
    @api.multi

New fields (3)
  • twitter_api_key Char
    help='Twitter API Key' string='Twitter API key'
  • twitter_api_secret Char
    help='Twitter API Secret' string='Twitter API secret'
  • twitter_screen_name Char
    string='Get favorites from this screen name'
Public methods (1)
  • fetch_favorite_tweets(self)
    @api.multi

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    ondelete='cascade' string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Xavier Morel, GitHub, Yannick Tivisse, qsm-odoo, Odoo Online
WEBSITE
WEBSITEhttps://www.odoo.com/page/website-builder
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - web_planner
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Display best tweets
========================

        

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
remove_external_snippets remove_external_snippets ir.ui.view qweb Inherits website.external_snippets
res_config_settings_view_form res.config.settings.view.form.inherit.website.twitter res.config.settings div Inherits website.res_config_settings_view_form
twitter Twitter Snippet ir.ui.view qweb Inherits website.assets_frontend
twitter_editor Twitter options ir.ui.view qweb Inherits website.assets_editor
website_twitter_options Twitter Options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet Twitter snippet ir.ui.view qweb Inherits website.snippets
Models touched (3)

New fields (4)
  • twitter_api_key Char
    help='Twitter API key you can get it from https://apps.twitter.com/' related='website_id.twitter_api_key' string='API Key'
  • twitter_api_secret Char
    help='Twitter API secret you can get it from https://apps.twitter.com/' related='website_id.twitter_api_secret' string='API secret'
  • twitter_screen_name Char
    help='Screen Name of the Twitter Account from which you want to load favorites.It does not have to match the API Key/Secret.' related='website_id.twitter_screen_name' string='Favorites From'
  • twitter_tutorial Boolean
    string='Show me how to obtain the Twitter API Key and Secret'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (3)
  • twitter_api_key Char
    help='Twitter API Key' string='Twitter API key'
  • twitter_api_secret Char
    help='Twitter API Secret' string='Twitter API secret'
  • twitter_screen_name Char
    string='Get favorites from this screen name'
Public methods (1)
  • fetch_favorite_tweets(self)
    @api.multi

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, qdp-odoo, qsm-odoo
WEBSITE
WEBSITEhttps://www.odoo.com/page/website-builder
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Display best tweets
========================

        

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
twitter Twitter Snippet ir.ui.view qweb Inherits website.assets_frontend
twitter_editor Twitter options ir.ui.view qweb Inherits website.assets_editor
view_website_config_settings Twitter settings website.config.settings xpath Inherits website.view_website_config_settings
website_twitter_options Twitter Options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet Twitter snippet ir.ui.view qweb Inherits website.snippets
Models touched (1)

New fields (4)
  • screen_name Char
    string='Screen Name'
  • tweet Text
    string='Tweets'
  • tweet_id Float
    digits=(0, 0) string='Tweet ID'
  • website_id Many2one → website
    string='Website' args: 'website'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Christophe Matthieu, Martin Trigaux, Thibault Delavallée, Christophe Simonis, Jérome Maes, Géry Debongnie, Julien De Coster, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/website-builder
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - web_editor
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Display best tweets
========================

        

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
twitter Twitter Snippet ir.ui.view qweb Inherits website.assets_frontend
twitter_editor Twitter options ir.ui.view qweb Inherits website.assets_editor
view_website_config_settings Twitter settings website.config.settings xpath Inherits website.view_website_config_settings
website_twitter_options Twitter Options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet Twitter snippet ir.ui.view qweb Inherits website.snippets
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/website_twitter
VERSION
VERSION 1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Denis Ledoux, Fabien Meghazi, Christophe Simonis, Xavier Morel, Richard Mathot
WEBSITE
WEBSITEhttps://www.odoo.com/page/website-builder
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - web
    - base
    - share
    - mail
    - base_setup
    - web_kanban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Display best tweets
========================

        

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
twitter Twitter Snippet ir.ui.view qweb Inherits website.assets_frontend
twitter_editor Twitter options ir.ui.view qweb Inherits website.assets_editor
view_website_config_settings Twitter settings website.config.settings xpath Inherits website.view_website_config_settings
website_twitter_options Twitter Options ir.ui.view qweb Inherits website.snippet_options
website_twitter_snippet Twitter snippet ir.ui.view qweb Inherits website.snippets
Models touched (0)

No models found for this module.