first commit
This commit is contained in:
11
modules/marketing_email/view/email_form.xml
Normal file
11
modules/marketing_email/view/email_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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="list_"/>
|
||||
<field name="list_"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="email"/>
|
||||
<field name="email" colspan="3"/>
|
||||
</form>
|
||||
9
modules/marketing_email/view/email_list.xml
Normal file
9
modules/marketing_email/view/email_list.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="list_" expand="2"/>
|
||||
<field name="email" expand="2"/>
|
||||
<field name="party" expand="1"/>
|
||||
<field name="web_user" expand="1"/>
|
||||
</tree>
|
||||
14
modules/marketing_email/view/email_list_form.xml
Normal file
14
modules/marketing_email/view/email_list_form.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="language"/>
|
||||
<field name="language"/>
|
||||
<group id="links" col="-1" colspan="4">
|
||||
<link icon="tryton-marketing-mail" name="marketing_email.act_email_message_form"/>
|
||||
</group>
|
||||
</form>
|
||||
8
modules/marketing_email/view/email_list_list.xml
Normal file
8
modules/marketing_email/view/email_list_list.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="name" expand="2"/>
|
||||
<field name="language" expand="1"/>
|
||||
<field name="subscribed" sum="1"/>
|
||||
</tree>
|
||||
30
modules/marketing_email/view/email_message_form.xml
Normal file
30
modules/marketing_email/view/email_message_form.xml
Normal 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 cursor="list_">
|
||||
<label name="from_"/>
|
||||
<field name="from_" colspan="3"/>
|
||||
<label name="list_" string="To:"/>
|
||||
<field name="list_" colspan="3"/>
|
||||
<label name="title"/>
|
||||
<field name="title" colspan="3"/>
|
||||
<notebook colspan="4">
|
||||
<page name="content">
|
||||
<label name="content" yfill="1" yalign="0"/>
|
||||
<group col="-1" id="content" colspan="3" yexpand="1">
|
||||
<field name="content"/>
|
||||
<field name="content" string="Edit" widget="html" xexpand="0"/>
|
||||
</group>
|
||||
</page>
|
||||
<page name="urls">
|
||||
<field name="urls" colspan="4"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="draft"/>
|
||||
<button name="send_test" colspan="2"/>
|
||||
<button name="send"/>
|
||||
</group>
|
||||
</form>
|
||||
9
modules/marketing_email/view/email_message_list.xml
Normal file
9
modules/marketing_email/view/email_message_list.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="from_"/>
|
||||
<field name="list_"/>
|
||||
<field name="title"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
9
modules/marketing_email/view/send_test_form.xml
Normal file
9
modules/marketing_email/view/send_test_form.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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 col="2">
|
||||
<label name="email" string="To:"/>
|
||||
<field name="email"/>
|
||||
<label name="message"/>
|
||||
<field name="message"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user