21 lines
880 B
XML
Executable File
21 lines
880 B
XML
Executable File
<?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>
|