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.

18 lines
812 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_mail_message_subtype_form" model="ir.ui.view">
  5. <field name="model">mail.message.subtype</field>
  6. <field name="inherit_id" ref="mail.view_mail_message_subtype_form" />
  7. <field name="arch" type="xml">
  8. <group position="inside">
  9. <group string="Custom notifications">
  10. <field name="custom_notification_mail" />
  11. <field name="custom_notification_own" />
  12. <field name="custom_notification_model_ids" attrs="{'invisible': [('res_model', '!=', False)]}" widget="many2many_tags" />
  13. </group>
  14. </group>
  15. </field>
  16. </record>
  17. </data>
  18. </openerp>