Sales Timesheet - Use Existing Project

sale_timesheet_existing_project
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/12.0/sale_timesheet_existing_project
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, 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:
    - sale_timesheet
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - hr_timesheet
    - hr
    - resource
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form sale.order.form - Add project sale.order xpath Inherits sale.view_order_form
view_product_timesheet_form product.template.timesheet.form - Add `task_in_project` attrs product.template field Inherits sale_timesheet.view_product_timesheet_form
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • service_tracking Selection
    selection_add=[('task_in_project', "Create a task in sale order's project")]
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    domain="[('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=True states={'draft': [('readonly', False)], 'sent': [('readonly', False)]} args: 'project.project', 'Project'
  • visible_project Boolean
    compute='_compute_visible_project' string='Display project'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.