summaryrefslogtreecommitdiff
path: root/addons/mrp/data/digest_data.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/mrp/data/digest_data.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/mrp/data/digest_data.xml')
-rw-r--r--addons/mrp/data/digest_data.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/addons/mrp/data/digest_data.xml b/addons/mrp/data/digest_data.xml
new file mode 100644
index 00000000..d1ba37a3
--- /dev/null
+++ b/addons/mrp/data/digest_data.xml
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='utf-8'?>
+<odoo>
+ <data>
+ <record id="digest_tip_mrp_0" model="digest.tip">
+ <field name="name">Tip: Use tablets in the shop to control manufacturing</field>
+ <field name="sequence">600</field>
+ <field name="group_id" ref="mrp.group_mrp_user" />
+ <field name="tip_description" type="html">
+<div>
+ <p class="tip_title">Tip: Use tablets in the shop to control manufacturing</p>
+ <p class="tip_content">With the Odoo work center control panel, your worker can start work orders in the shop and follow instructions of the worksheet. Quality tests are perfectly integrated into the process. Workers can trigger feedback loops, maintenance alerts, scrap products, etc.</p>
+ <img src="/mrp/static/src/img/mrp-tablet.png" style="margin-top: 20px; max-width: 580px" width="100%" />
+</div>
+ </field>
+ </record>
+ </data>
+</odoo>