[IMP] pre-commit run -a
This commit is contained in:
parent
e23f569b2d
commit
9174d8a2c5
@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<act_window id="action_setup" res_model="ir.config_parameter"
|
||||
name="Configure the restriction on followers" view_mode="form" />
|
||||
<act_window
|
||||
id="action_setup"
|
||||
res_model="ir.config_parameter"
|
||||
name="Configure the restriction on followers"
|
||||
view_mode="form"
|
||||
/>
|
||||
<record id="action_setup" model="ir.actions.act_window">
|
||||
<field name="res_id" ref="parameter_domain" />
|
||||
</record>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo noupdate="1">
|
||||
<record id="parameter_domain" model="ir.config_parameter">
|
||||
<field name="key">mail_restrict_follower_selection.domain</field>
|
||||
|
Loading…
Reference in New Issue
Block a user