[NEW] training-tools addons
This commit is contained in:
10
learning_base/models/res_company.py
Normal file
10
learning_base/models/res_company.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 2018 Nicolas JEUDY
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
_inherit = 'res.company'
|
||||
|
||||
learning_code = fields.Char('Learning Code')
|
||||
learning_support_email = fields.Char("Support Email")
|
Reference in New Issue
Block a user