Skip to content

Commit 44a9ccd

Browse files
[IMP] analytic_operating_unit_access_all: pre-commit auto fixes
1 parent e5cd163 commit 44a9ccd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

analytic_operating_unit_access_all/security/analytic_security.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<odoo>
3-
43
<record id="group_all_ou_analytic" model="res.groups">
54
<field name="name">Access all OUs' analytics</field>
65
<field name="category_id" ref="operating_unit.module_operating_units" />
@@ -14,5 +13,4 @@
1413
eval="{'domain_force': &quot;['|','|',(1, '=', 1) if user.has_group('analytic_operating_unit_access_all.group_all_ou_analytic') else (0, '=', 1),('operating_unit_ids','=',False),('operating_unit_ids','in', user.operating_unit_ids.ids)]&quot;}"
1514
/>
1615
</function>
17-
1816
</odoo>

0 commit comments

Comments
 (0)