flectra/addons/hr_recruitment_survey/security/hr_recruitment_survey_security.xml

9 lines
282 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-01-16 11:34:37 +01:00
<flectra>
<data noupdate="1">
<record id="hr_recruitment.group_hr_recruitment_user" model="res.groups">
<field name="implied_ids" eval="[(4, ref('survey.group_survey_user'))]"/>
</record>
</data>
2018-01-16 11:34:37 +01:00
</flectra>