Files
study-tools/studies_base/models/study_progress_status.py
2024-07-16 17:14:00 +02:00

10 lines
207 B
Python

# -*- coding: utf-8 -*-
from odoo import api, fields, models, _
from odoo import osv
from odoo.exceptions import UserError
class StudyProgressStatus(models.Model):
_name = "study.progress.status"