[IMP] Improve ospp_base and ospp_slide modules
parent
8b4b108590
commit
7a71e08cb3
|
@ -35,7 +35,7 @@
|
||||||
<field name="is_notified" optional="hide"/>
|
<field name="is_notified" optional="hide"/>
|
||||||
<field name="user_scope" widget="many2many_tags" invisible="1"/>
|
<field name="user_scope" widget="many2many_tags" invisible="1"/>
|
||||||
<button name="action_generate_instance" data-hotkey="v"
|
<button name="action_generate_instance" data-hotkey="v"
|
||||||
string="Generate Instance" type="object"
|
string="Create" type="object"
|
||||||
attrs="{'invisible': [('instance_created', '=', True)]}"/>
|
attrs="{'invisible': [('instance_created', '=', True)]}"/>
|
||||||
</tree>
|
</tree>
|
||||||
<form>
|
<form>
|
||||||
|
@ -46,7 +46,6 @@
|
||||||
<field name="type"/>
|
<field name="type"/>
|
||||||
<field name="admin_account"/>
|
<field name="admin_account"/>
|
||||||
<field name="admin_password"/>
|
<field name="admin_password"/>
|
||||||
<field name="message"/>
|
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
<field name="instance_id"/>
|
<field name="instance_id"/>
|
||||||
|
@ -60,6 +59,7 @@
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
<field name="user_scope"/>
|
<field name="user_scope"/>
|
||||||
|
<field name="message"/>
|
||||||
</form>
|
</form>
|
||||||
</field>
|
</field>
|
||||||
</page>
|
</page>
|
||||||
|
|
Loading…
Reference in New Issue