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.

12 lines
519 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 restriction on followers" view_mode="form" />
  5. <record id="action_setup" model="ir.actions.act_window">
  6. <field name="res_id" ref="parameter_domain" />
  7. </record>
  8. <record id="todo_setup" model="ir.actions.todo">
  9. <field name="name">Configure the restriction on followers</field>
  10. <field name="action_id" ref="action_setup" />
  11. </record>
  12. </odoo>