File: digest_data.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (17 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='utf-8'?>
<odoo>
    <data>
        <record id="digest_tip_base_automation_0" model="digest.tip">
            <field name="name">Tip: Automate everything with Automation Rules</field>
            <field name="sequence">3700</field>
            <field name="group_id" ref="base.group_system"/>
            <field name="tip_description" type="html">
<div>
    <p class="tip_title">Tip: Automate everything with Automation Rules</p>
    <p class="tip_content">Send an email when an object changes state, archive records after a month of inactivity or remind yourself to follow-up on tasks when a specific tag is added.<br/>With Automation Rules, you can automate any workflow.</p>
    <img src="https://download.odoocdn.com/digests/base_automation/static/src/img/18-automation-rules.gif" width="540" class="illustration_border"/>
</div>
            </field>
        </record>
    </data>
</odoo>