Project Timesheet Billable per Line

project_timesheet_billable_per_line
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/17.0/project_timesheet_billable_per_line
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYServices/Timesheets
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, eduezerouali-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - phone_validation
    - mail
    - bus
    - web_tour
    - resource
    - hr_hourly_cost
    - analytic
    - uom
    - project
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - rating
    - digest
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits hr_timesheet.hr_timesheet_line_tree
project_task_form_inherited project.task.form.inherited project.task xpath Inherits hr_timesheet.view_task_form2_inherited
view_employee_form hr.employee.form hr.employee xpath Inherits hr.view_employee_form
view_timesheet_billable_search account.analytic.line.search.billable account.analytic.line search New
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.