first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View 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>

View 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>

View 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>

View 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>

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 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>

View 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>

View 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>