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.

13 lines
559 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <act_window id="action_setup" res_model="ir.config_parameter"
  5. name="Configure the dead man's switch server" view_mode="form"
  6. context="{'default_key': 'dead_mans_switch_client.url'}"/>
  7. <record id="todo_setup" model="ir.actions.todo">
  8. <field name="name">Configure the dead man's switch server</field>
  9. <field name="type">automatic</field>
  10. <field name="action_id" ref="action_setup" />
  11. </record>
  12. </data>
  13. </openerp>