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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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_nonpayable Boolean
    string='Non-payable'
  • nonpayable_amount Monetary
    default=0.0 string='Non-payable Amount'
Public methods (3)
  • create(self, vals)
    @api.model
  • onchange_is_nonpayable(self)
    @api.onchange('is_nonpayable')
  • write(self, vals)
    @api.multi

New fields (1)
  • is_nonpayable Boolean
    string='Non-payable'
Public methods (0)

No public methods.