2021-01-26 14:06:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2016-10-14 19:40:18 +02:00
|
|
|
<odoo>
|
2021-12-30 13:33:52 +01:00
|
|
|
<record model="ir.actions.act_window" id="action_setup">
|
|
|
|
<field name="name">Configure the restriction on followers</field>
|
|
|
|
<field name="res_model">ir.config_parameter</field>
|
2016-10-14 19:40:18 +02:00
|
|
|
<field name="res_id" ref="parameter_domain" />
|
2021-12-30 13:33:52 +01:00
|
|
|
<field name="view_mode">form</field>
|
2016-10-14 19:40:18 +02:00
|
|
|
</record>
|
|
|
|
<record id="todo_setup" model="ir.actions.todo">
|
|
|
|
<field name="name">Configure the restriction on followers</field>
|
|
|
|
<field name="action_id" ref="action_setup" />
|
|
|
|
</record>
|
|
|
|
</odoo>
|