You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
505B

  1. # Copyright (C) 2016-Today: Odoo Community Association (OCA)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. from odoo import fields, models
  5. class GithubOrganization(models.Model):
  6. _inherit = "github.organization"
  7. runbot_parse_url = fields.Char(string="URL For Runbot Ids")
  8. default_author_text = fields.Char(string="Default Author Text")
  9. runbot_url_pattern = fields.Char(string="Runbot URL Pattern")
上海开阖软件有限公司 沪ICP备12045867号-1