测试异常问题修复

This commit is contained in:
mgw
2024-02-20 20:17:00 +08:00
parent f324a9d471
commit 64581abeb1
2 changed files with 10 additions and 1 deletions

View File

@@ -8,7 +8,8 @@
<field name="arch" type="xml">
<form string="Sf Shelf">
<header>
<button string="生成货位" name="create_location" type="object" class="oe_highlight"/>
<field name="is_there_area" invisible="1"/>
<button string="生成货位" name="create_location" type="object" class="oe_highlight" attrs="{'invisible': [('is_there_area', '=', True)]}"/>
</header>
<sheet>
<group>