All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
18 lines
626 B
XML
18 lines
626 B
XML
<?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>
|
|
<group col="6" id="description">
|
|
<label name="description"/>
|
|
<field name="description"/>
|
|
</group>
|
|
<newline/>
|
|
<group col="6" id="call_data">
|
|
<label name="interest"/>
|
|
<field name="interest" colspan="1"/>
|
|
<label name="schedule_call"/>
|
|
<field name="schedule_call" colspan="1"/>
|
|
<label name="schedule_task"/>
|
|
<field name="schedule_task" colspan="1"/>
|
|
</group>
|
|
</form> |