Task Logs: Non-Payable

hr_timesheet_nonpayable
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/12.0/hr_timesheet_nonpayable
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), CorporateHub
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), CorporateHub
COMMITTERS
COMMITTERSAlexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - analytic
    - decimal_precision
    - uom
    - project
    - portal
    - http_routing
    - rating
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
project_invoice_form project.invoice.form project.project xpath Inherits hr_timesheet.project_invoice_form
project_project_view_form_simplified_inherit_timesheet project.project.view.form.simplified.inherit.timesheet project.project field Inherits hr_timesheet.project_project_view_form_simplified_inherit_timesheet
timesheet_view_form_user account.analytic.line.view.form.user account.analytic.line field Inherits hr_timesheet.timesheet_view_form_user
timesheet_view_tree_user account.analytic.line.view.tree.user account.analytic.line field Inherits hr_timesheet.timesheet_view_tree_user
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.