fix noupdate="1"

This commit is contained in:
Bakry 2025-09-09 15:30:33 +03:00
parent ced9cc456e
commit f5d20fe9e3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="0">
<data noupdate="1">
<record id="employee_effective_form_emp_rule" model="ir.rule">

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="0">
<data noupdate="1">
<record id="hr.group_hr_user" model="res.groups">
<field name="implied_ids" eval="[(4,ref('hr_holidays_community.group_hr_holidays_user'))]"/>