设备维保
This commit is contained in:
13
sf_maintenance/models/sf_maintenance_requests.py
Normal file
13
sf_maintenance/models/sf_maintenance_requests.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- 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 = '维保计划'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user