[NEW] Add Git issue creation functionnality
This commit is contained in:
9
dev_github_connector/models/res_user.py
Normal file
9
dev_github_connector/models/res_user.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class Users(models.Model):
|
||||
_inherit = "res.users"
|
||||
|
||||
github_token = fields.Char(string="Github token")
|
Reference in New Issue
Block a user