You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
652 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- Mail template are declared in a NOUPDATE block
  4. so users can freely customize/delete them -->
  5. <data noupdate="1">
  6. <record id="email_template_shift_subscribed" model="mail.template">
  7. <field name="name">Shift Subscribed</field>
  8. <field name="model_id" ref="model_beesdoo_shift_shift"/>
  9. </record>
  10. <record id="email_template_shift_unsubscribed" model="mail.template">
  11. <field name="name">Shift Unsubscribed</field>
  12. <field name="model_id" ref="model_beesdoo_shift_shift"/>
  13. </record>
  14. </data>
  15. </odoo>