DigitalSignage/views/dss_import.xml

36 lines
1.4 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="dss_import_view_form" model="ir.ui.view">
<field name="name">dss_import_form</field>
<field name="model">dss.import</field>
<field name="arch" type="xml">
<form>
<header>
<button name="pyimport" string="Import beginnen" type="object" class="oe_hightlight"/>
<!--- <field name="ad_state" widget="statusbar" statusbar_visible="in Arbeit,Fertig erstellt,Online/Gedruckt"/>-->
</header>
<sheet>
<div class="row">
<strong style="font-size:12px"><field name="importfilename"/></strong>
<li></li>
<strong style="font-size:12px"><field name="importtext"/></strong>
</div>
</sheet>
</form>
</field>
</record>
<record id="action_dss_import_view" model="ir.actions.act_window">
<field name="name">DigitalSignage Import</field>
<field name="type">ir.actions.act_window</field>
<field name="view_mode">form</field>
<field name="res_model">dss.import</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="'o_view_nocontent_smiling_face">
</p>
</field>
</record>
</odoo>