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

30
ir/view/cron_form.xml Executable file
View File

@@ -0,0 +1,30 @@
<?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>
<label name="method"/>
<field name="method"/>
<label name="active"/>
<field name="active"/>
<label id="interval_label" string="Every"/>
<group id="interval" col="-1" colspan="3">
<field name="interval_number"/>
<field name="interval_type"/>
</group>
<label id="time_label" string="At"/>
<group id="time" col="-1" colspan="3">
<label name="weekday"/>
<field name="weekday" xexpand="0" widget="selection"/>
<label name="day"/>
<field name="day" xexpand="0"/>
<label name="hour"/>
<field name="hour" xexpand="0"/>
<label name="minute"/>
<field name="minute" xexpand="0"/>
<label name="timezone"/>
<field name="timezone"/>
</group>
<label name="next_call"/>
<field name="next_call"/>
<button name="run_once" colspan="2"/>
</form>