[UPD] Modify the authentification process to Github
Now use a sole Github access for whole Odoo users, set in the General Configuration
This commit is contained in:
7
dev_github_connector/models/company.py
Normal file
7
dev_github_connector/models/company.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class Company(models.Model):
|
||||
_inherit = "res.company"
|
||||
|
||||
github_token = fields.Char(string="Github token")
|
Reference in New Issue
Block a user