Skip to content

Commit

Permalink
[IMP] account_operating_unit_access_all: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliconiaSolutions committed Jan 7, 2025
1 parent 0fce132 commit d6ab320
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="group_all_ou_account" model="res.groups">
<field name="name">Access all OUs' accounting</field>
<field name="category_id" ref="operating_unit.module_operating_units" />
Expand All @@ -18,5 +17,4 @@
eval="{'domain_force': &quot;['|','|',(1, '=', 1) if user.has_group('account_operating_unit_access_all.group_all_ou_account') else (0, '=', 1),('operating_unit_id','=',False),('operating_unit_id','in', user.operating_unit_ids.ids)]&quot;}"
/>
</function>

</odoo>

0 comments on commit d6ab320

Please sign in to comment.