Skip to content
Snippets Groups Projects
Commit 520243b3 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] base: force update of groups

Groups *need* to be updated when upgrading from previous versions to
reflect the new group inheritance.
parent b2580040
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<openerp>
<data noupdate="1">
<data>
<!--
Users Groups
......@@ -79,9 +79,11 @@
</record>
<record id="public_user" model="res.users">
<field name="groups_id" eval="[(6,0,[ref('base.group_public')])]"/>
<field name="groups_id" eval="[(4, ref('base.group_public'))]"/>
</record>
</data>
<data noupdate="1">
<record model="ir.rule" id="res_users_log_rule">
<field name="name">res.users.log per user</field>
<field name="model_id" ref="model_res_users_log"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment