新增名称校验

This commit is contained in:
jinling.yang
2024-05-30 11:01:29 +08:00
parent 17678c53c9
commit d883a7ff22
4 changed files with 6 additions and 6 deletions

View File

@@ -667,7 +667,7 @@
<field name="name">空料架配送</field>
<field name="model">sf.workpiece.delivery</field>
<field name="arch" type="xml">
<tree string="工件配送" editable="bottom" class="center" delete="0">
<tree string="工件配送" editable="bottom" class="center" delete="0" create="1">
<header>
<button name="button_delivery" type="object" string="配送" class="oe_highlight"/>
</header>