TIP: You can type at any time to perform a new search.
Sales Timesheet - Use Existing Project
sale_timesheet_existing_project · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Hidden
- 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 07:31:59
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Pedro M. Baeza, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale.order.form - Add project | sale.order | form | Inherits sale.view_order_form |
view_product_timesheet_form |
product.template.timesheet.form - Add `task_in_project` attrs | product.template | form | Inherits sale_timesheet.view_product_timesheet_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
service_trackingSelectionselection_add=[('task_in_project', "Create a task in sale order's project")]
No public methods.
New fields (2)
-
project_idMany2one → project.projectdomain="[('billable_type', 'in', ('no', 'task_rate')), ('analytic_account_id', '!=', False), ('company_id', '=', company_id)]"help='Select a non billable project on which tasks can be created.'readonly=Truestates={'draft': [('readonly', False)], 'sent': [('readonly', False)]} args: 'project.project', 'Project' -
visible_projectBooleancompute='_compute_visible_project'string='Display project'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.