DigitalSignage/views/mainsystem_view.xml

415 lines
17 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="dss_software_view_form" model="ir.ui.view">
<field name="name">dss_software_form</field>
<field name="model">dss.software</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group name="basesettings">
<field name="softwarename" string="Softwarename"/>
<field name="version" string="Version"/>
<field name="hersteller" string="Hersteller"/>
</group>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" options="{'post_refresh':True}" help="Follow this project to automatically track the events associated to tasks and issues of this project." groups="base.group_user"/>
<field name="activity_ids"/>
<field name="message_ids"/>
</div>
</form>
</field>
</record>
<record id="dss_software_view_tree" model="ir.ui.view">
<field name="name">dss_software_tree</field>
<field name="model">dss.software</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="software">
<field name="softwarename"/>
<field name="version"/>
<field name="hersteller"/>
</tree>
</field>
</record>
<record id="dss_contractstate_view_tree" model="ir.ui.view">
<field name="name">dss_contractstate_tree</field>
<field name="model">dss.contractstate</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="Vertragsstatus">
<field name="color" widget="color"/>
<field name="statusname"/>
<field name="icon"/>
<field name="order"/>
</tree>
</field>
</record>
<record id="dss_contractstate_view_form" model="ir.ui.view">
<field name="name">dss_contractstate_form</field>
<field name="model">dss.contractstate</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group name="basethings">
<field name="statusname" string="Statusname"/>
<field name="color" string="Farbindex" widget="color"/>
<field name="icon" string="Icon"/>
<field name="order"/>
</group>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" options="{'post_refresh':True}" help="Follow this project to automatically track the events associated to tasks and issues of this project." groups="base.group_user"/>
<field name="activity_ids"/>
<field name="message_ids"/>
</div>
</form>
</field>
</record>
<record id="dss_adstate_view_tree" model="ir.ui.view">
<field name="name">dss_adstate_tree</field>
<field name="model">dss.adstate</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="Werbeaktions-Status">
<field name="color" widget="color"/>
<field name="statusname"/>
<field name="func" string="Funktion"/>
<field name="icon"/>
<field name="order"/>
</tree>
</field>
</record>
<record id="dss_adstate_view_form" model="ir.ui.view">
<field name="name">dss_adstate_form</field>
<field name="model">dss.adstate</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group name="basethings">
<field name="statusname" string="Statusname"/>
<field name="func" string="Funktion"/>
<field name="color" string="Farbindex" widget="color"/>
<field name="icon" string="Icon"/>
<field name="order"/>
</group>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" options="{'post_refresh':True}" help="Follow this project to automatically track the events associated to tasks and issues of this project." groups="base.group_user"/>
<field name="activity_ids"/>
<field name="message_ids"/>
</div>
</form>
</field>
</record>
<record id="dss_workstate_view_tree" model="ir.ui.view">
<field name="name">dss_workstate_tree</field>
<field name="model">dss.workstate</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="Bearbeitungsstatus">
<field name="color" widget="color"/>
<field name="statusname"/>
<field name="icon"/>
</tree>
</field>
</record>
<record id="dss_workstate_view_form" model="ir.ui.view">
<field name="name">dss_workstate_form</field>
<field name="model">dss.workstate</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group name="basethings">
<field name="statusname" string="Statusname"/>
<field name="color" string="Farbindex" widget="color"/>
<!-- <field name="color" string="Farbindex" widget="int_color"/> -->
<field name="icon" string="Icon"/>
</group>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" options="{'post_refresh':True}" help="Follow this project to automatically track the events associated to tasks and issues of this project." groups="base.group_user"/>
<field name="activity_ids"/>
<field name="message_ids"/>
</div>
</form>
</field>
</record>
<record id="dss_todostate_view_tree" model="ir.ui.view">
<field name="name">dss_todostate_tree</field>
<field name="model">dss.todostate</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="Bearbeitungsschritte">
<field name="color" widget="color"/>
<field name="statusname"/>
<field name="statusnr" string="Statusposition"/>
<field name="icon"/>
</tree>
</field>
</record>
<record id="dss_todostate_view_form" model="ir.ui.view">
<field name="name">dss_todostate_form</field>
<field name="model">dss.todostate</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group name="basethings">
<field name="statusname" string="Statusname"/>
<field name="statusnr" string="Statusposition"/>
<field name="color" string="Farbindex" widget="color"/>
<!-- <field name="color" string="Farbindex" widget="int_color"/> -->
<field name="icon" string="Icon"/>
</group>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" options="{'post_refresh':True}" help="Follow this project to automatically track the events associated to tasks and issues of this project." groups="base.group_user"/>
<field name="activity_ids"/>
<field name="message_ids"/>
</div>
</form>
</field>
</record>
<record id="dss_paysystem_fields_view_tree" model="ir.ui.view">
<field name="name">dss_paysystem_fields_tree</field>
<field name="model">dss.paysystem_fields</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="Zahlungsfelder">
<field name="feldname"/>
<field name="payonfieldset"/>
<field name="changecount"/>
<field name="description"/>
<field name="amount"/>
</tree>
</field>
</record>
<record id="dss_paymentsystem_fields_view_form" model="ir.ui.view">
<field name="name">dss_paymentsystem_fields_form</field>
<field name="model">dss.paysystem_fields</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group name="basethings">
<field name="feldname" string="Name des Feldes"/>
<field name="payonfieldset" string="Zahlung bei Änderung von :"/>
<field name="changecount" string="Anzahl" attrs="{'invisible': [('payonfieldset','!=','XH')]}" />
<field name="description" string="Beschreibung"/>
<field name="amount" string="Zahlsumme"/>
</group>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" options="{'post_refresh':True}" help="Follow this project to automatically track the events associated to tasks and issues of this project." groups="base.group_user"/>
<field name="activity_ids"/>
<field name="message_ids"/>
</div>
</form>
</field>
</record>
<record id="dss_paysystems_view_tree" model="ir.ui.view">
<field name="name">dss_paysystems_tree</field>
<field name="model">dss.paysystems</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="Zahlungsarten">
<field name="payname"/>
<field name="payonset"/>
<field name="description"/>
<field name="amount"/>
</tree>
</field>
</record>
<record id="dss_paymentsystems_view_form" model="ir.ui.view">
<field name="name">dss_paymentsystems_form</field>
<field name="model">dss.paysystems</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group name="basethings">
<field name="payname" string="Name der Aktion"/>
<field name="payonset" string="Zahlung bei :"/>
<field name="description" string="Beschreibung"/>
<field name="amount" string="Zahlsumme"/>
<field name="send_info" string="Infomail senden ?"/>
<field name="send_info_to" string="Infomail an" attrs="{'invisible': [('send_info','=',False)]}" />
<field name="send_info_template" string="Infomail Vorlage" attrs="{'invisible': [('send_info','=',False)]}" domain="[('model_id', '=', 'dss.paysystems')]"/>
</group>
</group>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" options="{'post_refresh':True}" help="Follow this project to automatically track the events associated to tasks and issues of this project." groups="base.group_user"/>
<field name="activity_ids"/>
<field name="message_ids"/>
</div>
</form>
</field>
</record>
<record id="action_dss_geraetetypen_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Hardware</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.geraetetypen</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neuen Hardware erstellen
</p>
</field>
</record>
<record id="action_dss_software_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Software</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.software</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neuen Software erstellen
</p>
</field>
</record>
<record id="action_dss_contractstate_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Vertragsstatus</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.contractstate</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neuen Vertragsstatus erstellen
</p>
</field>
</record>
<record id="action_dss_adstate_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Werbeaktions-Status</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.adstate</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neuen Werbeaktions-Status erstellen
</p>
</field>
</record>
<record id="action_dss_workstate_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Bearbeitungsstatus</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.workstate</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neuen Bearbeitungsstatus erstellen
</p>
</field>
</record>
<record id="action_dss_todostate_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Bearbeitungsschritte</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.todostate</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neuen Bearbeitungsschritt erstellen
</p>
</field>
</record>
<record id="action_dss_paysystem_fields_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Zahlungsfelder</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.paysystem_fields</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neues Zahlfeld erstellen
</p>
</field>
</record>
<record id="action_dss_paysystems_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Zahlungsart</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.paysystems</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
Neue Zahlugnsart erstellen
</p>
</field>
</record>
<record id="view_dss_email_template_search" model="ir.ui.view">
<field name="name">email.dss.template.search</field>
<field name="model">mail.template</field>
<field name="arch" type="xml">
<search string="Templates">
<field name="name" filter_domain="['|', '|', '|',('name','ilike',self), ('report_name','ilike',self), ('subject','ilike',self), ('email_to','ilike',self)]" string="Templates"/>
<field name="lang"/>
<field name="model_id"/>
<filter name="payment_templates" string="Zahlungsvorlagen" domain="[('model_id', '=', 'dss.paysystems')]"/>
<group expand="0" string="Group by...">
<filter string="SMTP Server" name="smtpserver" domain="[]" context="{'group_by':'mail_server_id'}"/>
<filter string="Model" name="model" domain="[]" context="{'group_by':'model_id'}"/>
</group>
</search>
</field>
</record>
<record model="ir.actions.act_window" id="action_dss_email_template_tree_all">
<field name="name">Email Templates</field>
<field name="res_model">mail.template</field>
<field name="view_mode">form,tree</field>
<field name="view_id" ref="mail.email_template_tree" />
<field name="search_view_id" ref="view_dss_email_template_search"/>
<field name="context">{'search_default_payment_templates': 1}</field>
</record>
</odoo>