[NEW] Add Git issue creation functionnality

This commit is contained in:
Stéphan Sainléger
2022-06-10 17:16:01 +02:00
parent eeb6d60b40
commit 64996c4ee5
15 changed files with 127 additions and 4 deletions

View 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")