TIP: You can type at any time to perform a new search.
Project HR Expense Analytic
project_hr_expense_analytic · OCA/project
- Repository
- OCA/project · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/project
- Last tracking update
- 2026-08-24 17:45:46
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Simone Orsi, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module links expense records to a project and, optionally, a task, and derives the expense's analytic distribution from that project. A new **Project** field is added on expenses (and, restricted to the tasks of that project, a **Task** field). Selecting a project computes the expense's analytic distribution automatically, so no accounting knowledge is required to allocate an expense to a project.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_hr_expense_form_inherit |
hr.expense.form.inherit | hr.expense | form | Inherits hr_expense.hr_expense_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
project_idMany2one → project.projectargs: 'project.project' -
task_idMany2one → project.taskdomain="[('project_id', '=', project_id)]" args: 'project.task'
No public methods.
New fields (1)
-
hr_expense_idsOne2many → hr.expensestring='HR Expenses' args: 'hr.expense', 'project_id'
No public methods.