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.

11 lines
513 B

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