Commit 2effd657 by guibin

天合堂设备模型添加序号字段

parent 48f37839
# -*- coding: utf-8 -*-
from . import models
from . import plant_working_time_config
\ No newline at end of file
from . import plant_working_time_config
from . import inherit_roke_mes_equipment
\ No newline at end of file
from odoo import models, fields, api, _
class InheritRokeMesEquipment(models.Model):
_inherit = "roke.mes.equipment"
sequence = fields.Integer(string="序号")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment