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
+10
View File
@@ -0,0 +1,10 @@
from odoo import fields, models
class KsWeekDays(models.Model):
_name = 'ks.week.days'
_description = 'Week Days'
_rec_name = 'ks_day_name'
ks_day_no = fields.Integer()
ks_day_name = fields.Char(string='Day')