Skip to content

Commit

Permalink
[IMP] account_usability: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Nov 7, 2024
1 parent bcb3ef0 commit 951f16f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion account_usability/data/ir_module_category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
<record id="base.module_category_accounting_accounting" model="ir.module.category">
<field name="name">Accounting</field>
</record>

</odoo>
9 changes: 4 additions & 5 deletions account_usability/security/res_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<!-- Change groups to fit with EE configuration -->
<!-- Change groups to fit with EE configuration -->

<!-- Level 2:
<!-- Level 2:
Name: Show Accounting Features - Readonly -> Read-only
Parent: Technical -> Accounting
-->
Expand All @@ -17,7 +17,7 @@
<field name="category_id" ref="base.module_category_accounting_accounting" />
</record>

<!-- Level 3:
<!-- Level 3:
Name: Show Full Accounting Features -> Bookkeeper
Parent: Technical -> Accounting
-->
Expand All @@ -26,7 +26,7 @@
<field name="category_id" ref="base.module_category_accounting_accounting" />
</record>

<!-- Level 4:
<!-- Level 4:
Name: Billing Administrator -> Accountant
Implied Groups : account.group_account_invoice -> account.group_account_user
-->
Expand All @@ -37,5 +37,4 @@
eval="[(6, 0, [ref('account.group_account_user')])]"
/>
</record>

</odoo>
1 change: 0 additions & 1 deletion account_usability/views/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Copyright (C) 2019 - Today: GRAP (http://www.grap.coop)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>

<!-- Rename groups to fit with EE naming 'Billing' -> 'Accounting' -->
<record id="account.menu_finance" model="ir.ui.menu">
<field name="name">Accounting</field>
Expand Down

0 comments on commit 951f16f

Please sign in to comment.