DigitalSignage/views/dss_addstructures.xml

73 lines
2.7 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="dss_main_adstructures_form" model="ir.ui.view">
<field name="name">dss_adstructures_form</field>
<field name="model">dss.adstructures</field>
<field eval="2" name="priority"/>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<field name="structurename"/>
<field name="description"/>
</group>
<group>
<field name="medias"/>
</group>
<notebook>
<page name="informations" string="Informationen">
<tree string="Dateien">
</tree>
</page>
<page name="informations" string="Informationen">
<group>
<field name="id" string="Interne Id" readonly="1"/>
<field name="uuid" string="Datensatz UUID" readonly="1"/>
</group>
</page>
</notebook>
</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_adstructures_view_tree" model="ir.ui.view">
<field name="name">dss_adstructures_tree</field>
<field name="model">dss.adstructures</field>
<field name="priority" eval="16"/>
<field name="arch" type="xml">
<tree string="Strukturuebersicht">
<field name="structurename"/>
<field name="description"/>
</tree>
</field>
</record>
<record id="action_dss_adstructures_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Werbestrukturen</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.adstructures</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 Medienfiletyp erstellen
</p>
</field>
</record>
<menuitem
id="menu_dss_adstructures"
name="Werbeformen managen"
parent="menu_dss_wtyp_internsetup"
action="action_dss_adstructures_view"
sequence="1"/>
</odoo>