digest_data.xml 1.2 KB

123456789101112131415161718192021222324
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <odoo>
  3. <data noupdate="1">
  4. <record id="digest.digest_digest_default" model="digest.digest">
  5. <field name="kpi_account_total_revenue">True</field>
  6. </record>
  7. </data>
  8. <data>
  9. <record id="digest_tip_account_0" model="digest.tip">
  10. <field name="name">Tip: No need to print, put in an envelop and post your invoices</field>
  11. <field name="sequence">700</field>
  12. <field name="group_id" ref="account.group_account_invoice" />
  13. <field name="tip_description" type="html">
  14. <div>
  15. <p class="tip_title">Tip: No need to print, put in an envelop and post your invoices</p>
  16. <p class="tip_content">Use the “<i>Send by Post</i>” option to post invoices automatically. For the cost of a local stamp, we do all the manual work: your invoice will be printed in the right country, put in an envelop and sent by snail mail. Use this feature from the list view to post hundreds of invoices in bulk.</p>
  17. <img src="https://download.odoocdn.com/digests/account/static/src/img/invoice-stamps.png" class="illustration_border" />
  18. </div>
  19. </field>
  20. </record>
  21. </data>
  22. </odoo>