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 IDNameModelTypeStatus
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_billable Boolean
    args: 'Billable'
  • sale_order_line_id Many2one → sale.order.line
    comodel_name='sale.order.line'
Public methods (3)
  • 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_id Many2one → product.product
    comodel_name='product.product' string='Timesheet Billable Product'
Public methods (0)

No public methods.