File: email_form.xml

package info (click to toggle)
tryton-modules-notification-email 7.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 960; xml: 145; makefile: 11; sh: 3
file content (30 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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="from_"/>
    <field name="from_"/>
    <label name="content"/>
    <field name="content"/>
    <label name="subject"/>
    <field name="subject" colspan="3"/>
    <label name="recipients"/>
    <field name="recipients"/>
    <label name="fallback_recipients"/>
    <field name="fallback_recipients"/>
    <label name="recipients_secondary"/>
    <field name="recipients_secondary"/>
    <label name="fallback_recipients_secondary"/>
    <field name="fallback_recipients_secondary"/>
    <label name="recipients_hidden"/>
    <field name="recipients_hidden"/>
    <label name="fallback_recipients_hidden"/>
    <field name="fallback_recipients_hidden"/>
    <label name="contact_mechanism"/>
    <field name="contact_mechanism"/>
    <label name="send_after"/>
    <field name="send_after"/>

    <field name="attachments" colspan="4"/>
    <field name="triggers" colspan="4"/>
</form>