TIP: You can type at any time to perform a new search.
Task Logs: Non-Payable
hr_timesheet_nonpayable · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Human Resources
- Folder size
- 0.04 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), CorporateHub
- Maintainers
- Odoo Community Association (OCA), CorporateHub
- Committers
- Alexey Pelykh, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
project_invoice_form |
project.invoice.form | project.project | form | Inherits hr_timesheet.project_invoice_form |
project_project_view_form_simplified_inherit_timesheet |
project.project.view.form.simplified.inherit.timesheet | project.project | form | Inherits hr_timesheet.project_project_view_form_simplified_inherit_timesheet |
timesheet_view_form_user |
account.analytic.line.view.form.user | account.analytic.line | form | Inherits hr_timesheet.timesheet_view_form_user |
timesheet_view_tree_user |
account.analytic.line.view.tree.user | account.analytic.line | tree | Inherits hr_timesheet.timesheet_view_tree_user |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
is_nonpayableBooleanstring='Non-payable' -
nonpayable_amountMonetarydefault=0.0string='Non-payable Amount'
-
create(self, vals)@api.model -
onchange_is_nonpayable(self)@api.onchange('is_nonpayable') -
write(self, vals)@api.multi
New fields (1)
-
is_nonpayableBooleanstring='Non-payable'
No public methods.