digest_data.xml 1.8 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <odoo>
  3. <data>
  4. <record id="digest_tip_purchase_0" model="digest.tip">
  5. <field name="name">Tip: How to keep late receipts under control?</field>
  6. <field name="sequence">100</field>
  7. <field name="group_id" ref="purchase.group_purchase_user" />
  8. <field name="tip_description" type="html">
  9. <div>
  10. <p class="tip_title">Tip: How to keep late receipts under control?</p>
  11. <p class="tip_content">When creating a purchase order, have a look at the vendor's <i>On Time Delivery</i> rate: the percentage of products shipped on time. If it is too low, activate the <i>automated reminders</i>. A few days before the due shipment, Odoo will send the vendor an email to ask confirmation of shipment dates and keep you informed in case of any delays. To get the vendor's performance statistics, click on the OTD rate.</p>
  12. <img src="https://download.odoocdn.com/digests/purchase/static/src/img/OTDPurchase.gif" class="illustration_border" />
  13. </div>
  14. </field>
  15. </record>
  16. <record id="digest_tip_purchase_1" model="digest.tip">
  17. <field name="name">Tip: Never miss a purchase order</field>
  18. <field name="sequence">2000</field>
  19. <field name="group_id" ref="purchase.group_purchase_user" />
  20. <field name="tip_description" type="html">
  21. <div>
  22. <p class="tip_title">Tip: Never miss a purchase order</p>
  23. <p class="tip_content">When sending a purchase order by email, Odoo asks the vendor to acknowledge the reception of the order. When the vendor acknowledges the order by clicking on a button in the email, the information is added on the purchase order. Use filters to track orders that have not been acknowledged.</p>
  24. </div>
  25. </field>
  26. </record>
  27. </data>
  28. </odoo>