[UPD] Add git.platform model
to manage connection with other Git softwares
This commit is contained in:
9
dev_github_connector/models/git_platform.py
Normal file
9
dev_github_connector/models/git_platform.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class GitPlatform(models.Model):
|
||||
_inherit = "git.platform"
|
||||
|
||||
tool = fields.Selection(selection_add=[("github", "Github")])
|
Reference in New Issue
Block a user