Repository
OCA/runbot-addons · module folder · Try on Runboat
Module version
1.0.0
Category
runbot
Folder size
0.25 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://www.vauxoo.com
Last tracking update
2026-08-07 07:25:01
Authors
Vauxoo, Odoo Community Association (OCA)
Maintainers
Vauxoo, Odoo Community Association (OCA)
Committers
Holger Brunn, OCA-git-bot
Odoo dependencies
None
Python dependencies
None
System dependencies
None
Required by
None
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 form 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 form Inherits runbot.build_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.