Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
10
web_debranding/models/res_users.py
Normal file
10
web_debranding/models/res_users.py
Normal file
@ -0,0 +1,10 @@
|
||||
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
|
||||
# License MIT (https://opensource.org/licenses/MIT).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResUsers(models.Model):
|
||||
_inherit = "res.users"
|
||||
|
||||
odoobot_state = fields.Selection(string="Bot Status")
|
||||
Reference in New Issue
Block a user