Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 additions and 0 deletions

20
ir/view/module_form.xml Executable file
View 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>