TIP: You can type at any time to perform a new search.
Analytic distributions restriction per HR department
analytic_hr_department_restriction · OCA/account-analytic
- Repository
- OCA/account-analytic · module folder · Try on Runboat
- Module version
- 1.1.1
- Category
- Account
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-analytic
- Last tracking update
- 2026-08-07 08:42:52
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Víctor Martínez, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to limit plans and analytical accounts by employee departments. Users will only be able to view plans and analytical accounts linked to their employee's department or those with no department defined. Users with the "Invoicing / Invoicing" permission will be able to view all plans and analytical accounts without restrictions.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_analytic_plan_form_view |
account.analytic.plan | form | Inherits analytic.account_analytic_plan_form_view | |
account_analytic_plan_tree_view |
account.analytic.plan | tree | Inherits analytic.account_analytic_plan_tree_view | |
view_account_analytic_account_form |
account.analytic.account | form | Inherits analytic.view_account_analytic_account_form | |
view_account_analytic_account_list |
account.analytic.account | list | Inherits analytic.view_account_analytic_account_list | |
view_account_analytic_account_search |
account.analytic.account | search | Inherits analytic.view_account_analytic_account_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
department_idsMany2many → hr.departmentcomodel_name='hr.department'domain="['|',('company_id', '=?', company_id),('company_id', '=', False)]"string='Departments'
No public methods.
New fields (1)
-
department_idsMany2many → hr.departmentcomodel_name='hr.department'string='Departments'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…