Transport 1

This commit is contained in:
jopster
2025-04-04 09:20:26 +02:00
parent 894d428c04
commit 4de4aeac4b
287 changed files with 145 additions and 137 deletions
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
-52
View File
@@ -1,52 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="action_dss_main_m2mmail" model="ir.actions.act_window">
<field name="name">DigitalSignage Alle M2M Nachrichten</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">dss.m2mmail</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">
No Contracts/Clients found. Let's create one!
</p>
<p>
Keep track of the progress of your contracts from creation to completion.<br/>
Collaborate efficiently by chatting in real-time or via email.
</p>
</field>
</record>
<record id="dss_main_m2mmail_tree" model="ir.ui.view">
<field name="name">dss_m2mmail_tree</field>
<field name="model">dss.m2mmail</field>
<field name="priority" eval="17"/>
<field name="arch" type="xml">
<tree string="Vertragsuebersicht">
<field name="uuid"/>
</tree>
</field>
</record>
<record id="dss_main_m2mmail_form" model="ir.ui.view">
<field name="name">dss_main_m2mmail_form</field>
<field name="model">dss.m2mmail</field>
<field eval="2" name="priority"/>
<field name="arch" type="xml">
<form>
<sheet>
<group name="interval" string="Intervaldaten">
<field name="uuid"/>
</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>
</odoo>
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+10
View File
@@ -89,6 +89,13 @@
<field name="show_expand_contract_group_ad_todo_state" widget="boolean_toggle"></field>
</group>
</div>
</page>
<page name="Debugsettings" string="Debugeinstellungen">
<div class="col-6">
<group string="Debugausgaben ins Log (noch nicht überall Berücksichtigt)">
<field name="showdebug" widget="boolean_toggle"></field>
</group>
</div>
</page>
<page name="calendargrundsettings" string="Benutzer für Kalender">
<div class="col-6">
@@ -103,6 +110,9 @@
<group string="Autom. Ablaufzeit">
<field name="freigabe_auto_time"></field>
</group>
<group string="Cron Job M2M Abarbeitung">
<field name="m2mcron"></field>
</group>
</div>
</page>
<page name="colorsettings" string="Farbeinstellungen">
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File