Repository
OCA/project · module folder · Try on Runboat
Module version
1.0.3
Category
Project
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 07:57:02
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Alexandre Fayolle, Maksym Yankin, Vincent Van Rossem, Weblate, OCA Transbot, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
bokeh==2.4.2
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_forecast_line_reporting forecast.line.reporting form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (6)
  • bokeh_chart Text
    compute='_compute_bokeh_chart'
  • date_from Date
    default=fields.Date.today
  • employee_ids Many2many → hr.employee
    args: 'hr.employee'
  • granularity Selection
    default=<expr> required=True args: [('day', 'Day'), ('week', 'Week'), ('month', 'Month')]
  • nb_months Integer
    default=2
  • project_ids Many2many → project.project
    help='Setting this will automatically add all employees assigned to tasks on the project' args: 'project.project'
Public methods (1)
  • onchange_project_ids(self)
    @api.onchange('project_ids')

Loading…