TIP: You can type at any time to perform a new search.
Sales Timesheet: exclude Timesheet Line from Sale Order
sale_timesheet_line_exclude · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/timesheet
- Last tracking update
- 2026-08-07 09:06:28
- Authors
- Odoo Community Association (OCA), CorporateHub
- Maintainers
- Odoo Community Association (OCA), CorporateHub
- Committers
- OCA-git-bot, oca-ci, Muaaz Siddiq
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Allows to exclude specific *Timesheet* line from Sale Order. This feature proves itself useful for *By Task* billing approach, when a specific timesheet entry tracked towards a billable task needs to be excluded from the Sale Order. This functionality is not available in Odoo, reported in [odoo/odoo#31043](https://github.com/odoo/odoo/pull/31043).
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_timesheet_line_form |
account.analytic.line.form.billable | account.analytic.line | form | Inherits hr_timesheet.hr_timesheet_line_form |
hr_timesheet_line_tree |
account.analytic.line.tree | account.analytic.line | tree | Inherits hr_timesheet.hr_timesheet_line_tree |
project_task_view_form_inherit_sale_timesheet |
project.task.form.inherit.timesheet | project.task | form | Inherits sale_timesheet.project_task_view_form_inherit_sale_timesheet |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
exclude_from_sale_orderBooleancopy=Falsegroups='sale_timesheet_line_exclude.group_exclude_from_sale_order'help='Checking this would exclude this timesheet entry from Sale Order'string='Non-billable'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…