Runbot Send Email Result

runbot_send_email
REPOSITORY
REPOSITORYOCA/runbot-addons
GIT
GIThttps://github.com/OCA/runbot-addons.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/runbot-addons/tree/11.0/runbot_send_email
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYrunbot
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo
COMMITTERS
COMMITTERSHolger Brunn, OCA-git-bot
WEBSITE
WEBSITEhttps://www.vauxoo.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
add_followers_repo add_followers_repo ir.ui.view qweb Inherits runbot.repo
add_followers_runbot_repo runbot.repo.followers.inherit runbot.repo xpath Inherits runbot.repo_form
add_followings add_followings ir.ui.view qweb Inherits runbot.build_button
runbot_assets_frontend runbot_t2d.assets.frontend ir.ui.view qweb Inherits website.assets_frontend
runbot_send_form_view runbot.build.followers.inherit runbot.build xpath Inherits runbot.build_form
Models touched (2)

New fields (0)

No new fields.

Public methods (6)
  • create(self, vals)
    @api.model
    Add the followers of repository to the followers of build.
  • get_email_template(self)
    @api.multi
  • send_email(self)
    @api.multi
  • subscribe_committer(self)
  • user_follow_unfollow(self)
    This method remove or add the user from followers of model 'runbot.build' that has logged.
  • write(self, vals)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
    Skip add follower to user that creates this record
  • user_follow_unfollow(self)
    follow/unfollow a repository with the user that has logged.