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.

30 lines
1.2 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_mail_subtype_assign_custom_notifications" model="ir.ui.view">
  5. <field name="model">mail.subtype.assign.custom.notifications</field>
  6. <field name="arch" type="xml">
  7. <form>
  8. <group>
  9. <field name="subtype_ids" widget="many2many_tags" />
  10. </group>
  11. <footer>
  12. <button type="object" name="button_apply" string="Apply"
  13. class="oe_highlight" />
  14. or
  15. <button type="special" special="cancel" string="Cancel"
  16. class="oe_link" />
  17. </footer>
  18. </form>
  19. </field>
  20. </record>
  21. <act_window id="action_mail_subtype_assign_custom_notifications"
  22. name="Update existing subscriptions"
  23. src_model="mail.message.subtype"
  24. res_model="mail.subtype.assign.custom.notifications"
  25. view_id="view_mail_subtype_assign_custom_notifications"
  26. multi="False"
  27. key2="client_action_multi"
  28. target="new" />
  29. </data>
  30. </openerp>