sf功能刀具管理页面

This commit is contained in:
qihao.gong@jikimo.com
2023-06-14 17:18:03 +08:00
parent c919dac8cb
commit b8dc06a7c7
3 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
from odoo import fields, models, api
# 功能刀具预警
class FunctionalCuttingToolWarning(models.Model):
_name = 'sf.functional.cutting.tool.warning'
class FunctionalCuttingToolEntity(models.Model):
_name = 'sf.functional.cutting.tool.entity'
_inherit = 'sf.functional.cutting.tool'
_description = '功能刀具预警'