TIP: You can type at any time to perform a new search.
Project Timesheet Billable per Line
project_timesheet_billable_per_line · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Services/Timesheets
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/timesheet
- Last tracking update
- 2026-08-07 08:23:04
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, eduezerouali-tecnativa
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows marking individual timesheet lines as billable and generating sales orders directly from them, grouping lines by analytic account and employee. It is compatible with *crm_timesheet*
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_timesheet_line_billable_tree |
account.analytic.line.tree.hr_timesheet | account.analytic.line | tree | Inherits hr_timesheet.hr_timesheet_line_tree |
project_task_form_inherited |
project.task.form.inherited | project.task | form | Inherits hr_timesheet.view_task_form2_inherited |
view_employee_form |
hr.employee.form | hr.employee | form | Inherits hr.view_employee_form |
view_timesheet_billable_search |
account.analytic.line.search.billable | account.analytic.line | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
is_billableBooleanargs: 'Billable' -
sale_order_line_idMany2one → sale.order.linecomodel_name='sale.order.line'
-
create_sale_orders(self) -
prepare_sale_order_line_vals(self, lines) -
prepare_sale_order_vals(self, account, partner, lines)
New fields (1)
-
timesheet_billable_product_idMany2one → product.productcomodel_name='product.product'string='Timesheet Billable Product'
No public methods.