TIP: You can type at any time to perform a new search.
Sale timesheet budget
sale_timesheet_budget · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Timesheet
- 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 08:43:00
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Víctor Martínez, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds the "Budget" tab to the projects/sales orders to be able to set some additional lines (incomes/expenses) linked to a planned budget.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_project_view_form |
project.project.form.inherit - Add budget | project.project | form | Inherits sale_timesheet.project_project_view_form |
view_project_project_budget_tree |
project.project.budget | list | New | |
view_project_project_budget_tree_custom |
project.project.budget | list | Inherits view_project_project_budget_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
budget_amountFloatcompute='_compute_budget_amount' -
budget_idsOne2many → project.project.budgetcomodel_name='project.project.budget'copy=Falseinverse_name='project_id'string='Budgets'
-
action_profitability_budget_item(self)
New fields (9)
-
amountFloatcompute='_compute_amount'store=True -
analytic_account_idMany2onerelated='project_id.account_id' -
dateDate -
nameCharstring='Concept' -
price_unitFloatdigits='Account'required=Truestring='Product Price' -
project_idMany2one → project.projectcomodel_name='project.project'required=Truestring='Project' -
quantityFloatdefault=1digits='Account'required=True -
sale_order_idMany2one → sale.ordercomodel_name='sale.order'domain='sale_order_id_domain'string='Sale Order' -
sale_order_id_domainBinarycompute='_compute_sale_order_id_domain'
No public methods.
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 94 days ago
- Last activity
- 34 days ago
- Repository
- OCA/timesheet
- Pull request
- [MIG] sale_timesheet_budget : Migration to 19.0 (#918)