测试异常问题修复
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user