Initial import from Docker volume
This commit is contained in:
20
ir/view/module_form.xml
Executable file
20
ir/view/module_form.xml
Executable file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form on_write="on_write">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="version"/>
|
||||
<field name="version"/>
|
||||
<field name="dependencies" colspan="4"/>
|
||||
<label name="state"/>
|
||||
<field name="state" readonly="1"/>
|
||||
<group col="-1" colspan="2" id="button">
|
||||
<button string="Mark for Upgrade" name="upgrade"/>
|
||||
<button string="Mark for Deactivation (beta)" name="deactivate"/>
|
||||
<button string="Mark for Activation" name="activate"/>
|
||||
<button string="Cancel Activation" name="activate_cancel"/>
|
||||
<button string="Cancel Upgrade" name="upgrade_cancel"/>
|
||||
<button string="Cancel Deactivation" name="deactivate_cancel"/>
|
||||
</group>
|
||||
</form>
|
||||
Reference in New Issue
Block a user