first push message

This commit is contained in:
2026-07-01 14:41:49 +07:00
parent 6667dec2bf
commit 58b5f46cc4
2951 changed files with 316619 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from ast import literal_eval
from odoo import api, fields, models, _
class CkSetting(models.TransientModel):
_inherit = 'res.config.settings'
intern = fields.Boolean(string="Enable Intern")
exam = fields.Boolean(string="Enable Exam")