digest_data.xml 967 B

123456789101112131415161718
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <odoo>
  3. <data>
  4. <record id="digest_tip_mrp_0" model="digest.tip">
  5. <field name="name">Tip: Use tablets in the shop to control manufacturing</field>
  6. <field name="sequence">600</field>
  7. <field name="group_id" ref="mrp.group_mrp_user" />
  8. <field name="tip_description" type="html">
  9. <div>
  10. <p class="tip_title">Tip: Use tablets in the shop to control manufacturing</p>
  11. <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>
  12. <img src="https://download.odoocdn.com/digests/mrp/static/src/img/mrp-tablet.png" style="margin-top: 20px; max-width: 580px" width="100%" />
  13. </div>
  14. </field>
  15. </record>
  16. </data>
  17. </odoo>