Files
test/sf_maintenance/models/sf_maintenance_requests.py
qihao.gong@jikimo.com 8b227d9ac9 设备维保
2023-06-25 17:37:55 +08:00

14 lines
259 B
Python

# -*- coding: utf-8 -*-
import base64
from odoo import api, fields, models, SUPERUSER_ID, _
from odoo.exceptions import UserError
class SfMaintenanceEquipmentCategory(models.Model):
_inherit = 'maintenance.request'
_description = '维保计划'