夹具型号同步修复

This commit is contained in:
jinling.yang
2023-08-23 10:09:47 +08:00
parent 3c281230cc
commit cd33fb9fb9
3 changed files with 23 additions and 8 deletions

View File

@@ -53,5 +53,10 @@ class FixtureModel(models.Model):
screw_size = fields.Integer(string="螺牙大小[mm]", size=6)
active = fields.Boolean('有效', default=True)
# @api.model
# def create(self, vals):
# obj = super(FixtureModel, self).create(vals)
# return obj