mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 18:22:05 +00:00
15 lines
431 B
XML
15 lines
431 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<flectra>
|
|
<template id="cancel_reason_template">
|
|
<div>
|
|
<group
|
|
colspan="4"
|
|
t-attf-attrs="{'invisible': [('cancel_reason', '=', False)]}"
|
|
>
|
|
<field name="cancel_confirm" invisible="1" />
|
|
<field name="cancel_reason" readonly="1" />
|
|
</group>
|
|
</div>
|
|
</template>
|
|
</flectra>
|