[IMP] Improve ospp_slide module
parent
18ec73193c
commit
2de29a5250
|
@ -37,13 +37,13 @@
|
|||
<button name="action_create_instance" data-hotkey="v"
|
||||
string="Create" type="object"
|
||||
attrs="{'invisible': [('instance_created', '=', True)]}"/>
|
||||
<button name="action_post_instance" data-hotkey="g"
|
||||
string="Notify" type="object"
|
||||
attrs="{'invisible': [('instance_created', '!=', True)]}"/>
|
||||
<button name="action_drop_instance" data-hotkey="f"
|
||||
groups="ospp_slide.group_button_action_drop_instance"
|
||||
string="Drop" type="object"
|
||||
attrs="{'invisible': [('instance_created', '!=', True)]}"/>
|
||||
<button name="action_post_instance" data-hotkey="g"
|
||||
string="Notify" type="object"
|
||||
attrs="{'invisible': [('instance_created', '!=', True)]}"/>
|
||||
</tree>
|
||||
<form>
|
||||
<group>
|
||||
|
|
Loading…
Reference in New Issue