| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/14.0/project_recalculate |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Project |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_recalculate |
project.project | group | Inherits project.edit_project | |
task_type_edit |
project.task.type | field | Inherits project.task_type_edit | |
view_task_form2_inherited |
project.task | field | Inherits hr_timesheet.view_task_form2_inherited | |
wizard_project_recalculate_form |
project.recalculate.wizard.form | project.recalculate.wizard | form | New |
calculation_type
Selection
default=False
help='How to calculate tasks, with date start or date end references. If not set, "Recalculate project" button is disabled.'
string='Calculation type'
args: [('date_begin', 'Date begin'), ('date_end', 'Date end')]
project_recalculate(self)
calculation_type
Selection
readonly=True
related='project_id.calculation_type'
string='Calculation type'
project_date
Date
readonly=True
project_id
Many2one → project.project
comodel_name='project.project'
readonly=True
string='Project'
confirm_button(self)
default_get(self, fields_list)
date_start
Datetime
copy=False
default=fields.Datetime.now
index=True
string='Starting Date'
estimated_days
Integer
default=1
help='Estimated days to end'
string='Estimated days'
from_days
Integer
default=0
help='Anticipation days from date begin or date end'
string='From days'
include_in_recalculate
Boolean
readonly=True
related='stage_id.include_in_recalculate'
task_recalculate(self)
write(self, vals)
include_in_recalculate
Boolean
default=True
help="If you mark this check, tasks that are in this stage will be selectable for recalculating their dates when user click on 'Recalculate project' button."
string='Include in project recalculate'
No public methods.
No new fields.
Public methods (2)get_working_days_of_date(self, start_dt=None, end_dt=None, resource=None)
plan_days_to_resource(self, days, day_dt, compute_leaves=False, resource=None, domain=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/12.0/project_recalculate |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Project |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, ernesto |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_recalculate |
project.project | field | Inherits project.edit_project | |
task_type_edit |
project.task.type | field | Inherits project.task_type_edit | |
view_task_form2_inherited |
project.task | field | Inherits hr_timesheet.view_task_form2_inherited | |
wizard_project_recalculate_form |
project.recalculate.wizard.form | project.recalculate.wizard | form | New |
calculation_type
Selection
default=False
help='How to calculate tasks, with date start or date end references. If not set, "Recalculate project" button is disabled.'
string='Calculation type'
args: [('date_begin', 'Date begin'), ('date_end', 'Date end')]
project_recalculate(self)
calculation_type
Selection
readonly=True
related='project_id.calculation_type'
string='Calculation type'
project_date
Date
readonly=True
project_id
Many2one → project.project
comodel_name='project.project'
readonly=True
string='Project'
confirm_button(self)
default_get(self, fields_list)
estimated_days
Integer
default=1
help='Estimated days to end'
oldname='anticipation_days'
string='Estimated days'
from_days
Integer
default=0
help='Anticipation days from date begin or date end'
string='From days'
include_in_recalculate
Boolean
readonly=True
related='stage_id.include_in_recalculate'
task_recalculate(self)
write(self, vals)
include_in_recalculate
Boolean
default=True
help="If you mark this check, tasks that are in this stage will be selectable for recalculating their dates when user click on 'Recalculate project' button."
string='Include in project recalculate'
No public methods.
No new fields.
Public methods (2)get_working_days_of_date(self, start_dt=None, end_dt=None, resource=None)
plan_days_to_resource(self, days, day_dt, compute_leaves=False, resource=None, domain=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/10.0/project_recalculate |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Project |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, tbaden |
| WEBSITE | |
| WEBSITE | https://www.tecnativa.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner - hr - resource - project |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_recalculate |
project.project | field | Inherits project.edit_project | |
task_type_edit |
project.task.type | field | Inherits project.task_type_edit | |
view_task_form2_inherited |
project.task | field | Inherits hr_timesheet.view_task_form2_inherited | |
wizard_project_recalculate_form |
project.recalculate.wizard.form | project.recalculate.wizard | form | New |
calculation_type
Selection
default=False
help='How to calculate tasks, with date start or date end references. If not set, "Recalculate project" button is disabled.'
string='Calculation type'
args: [('date_begin', 'Date begin'), ('date_end', 'Date end')]
project_recalculate(self)
calculation_type
Selection
readonly=True
related='project_id.calculation_type'
string='Calculation type'
project_date
Date
readonly=True
project_id
Many2one → project.project
comodel_name='project.project'
readonly=True
string='Project'
confirm_button(self)
default_get(self, fields_list)
estimated_days
Integer
default=1
help='Estimated days to end'
oldname='anticipation_days'
string='Estimated days'
from_days
Integer
default=0
help='Anticipation days from date begin or date end'
string='From days'
include_in_recalculate
Boolean
readonly=True
related='stage_id.include_in_recalculate'
task_recalculate(self)
write(self, vals)
include_in_recalculate
Boolean
default=True
help="If you mark this check, tasks that are in this stage will be selectable for recalculating their dates when user click on 'Recalculate project' button."
string='Include in project recalculate'
No public methods.
No new fields.
Public methods (1)get_working_days_of_date(self, start_dt=None, end_dt=None, leaves=None, compute_leaves=False, resource_id=None, default_interval=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/9.0/project_recalculate |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Project |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.antiun.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - project - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - portal - auth_signup - resource - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_recalculate |
project.project.form | project.project | field | Inherits project.edit_project |
task_type_edit |
Add include_in_recalculate field | project.task.type | field | Inherits project.task_type_edit |
view_project_task_form |
view_project_task_form | project.task | field | Inherits project.view_task_form2 |
wizard_project_recalculate_form |
project.recalculate.wizard.form | project.recalculate.wizard | form | New |
calculation_type
Selection
default=False
help='How to calculate tasks, with date start or date end references. If not set, "Recalculate project" button is disabled.'
string='Calculation type'
args: [('date_begin', 'Date begin'), ('date_end', 'Date end')]
project_recalculate(self)
calculation_type
Selection
readonly=True
related='project_id.calculation_type'
string='Calculation type'
project_date
Date
readonly=True
project_id
Many2one → project.project
comodel_name='project.project'
readonly=True
string='Project'
confirm_button(self)
default_get(self, fields_list)
estimated_days
Integer
default=1
help='Estimated days to end'
oldname='anticipation_days'
string='Estimated days'
from_days
Integer
default=0
help='Anticipation days from date begin or date end'
string='From days'
include_in_recalculate
Boolean
related='stage_id.include_in_recalculate'
task_recalculate(self)
write(self, vals)
include_in_recalculate
Boolean
default=True
help="If you mark this check, tasks that are in this stage will be selectable for recalculating their dates when user click on 'Recalculate project' button."
string='Include in project recalculate'
No public methods.
No new fields.
Public methods (1)get_working_days_of_date(self, cr, uid, id, start_dt=None, end_dt=None, leaves=None, compute_leaves=False, resource_id=None, default_interval=None, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/8.0/project_recalculate |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Project |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Antiun Ingeniería S.L. |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Antonio Espinosa, mike, alfredoavanzosc |
| WEBSITE | |
| WEBSITE | http://www.antiun.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - project - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_recalculate |
project.project.form | project.project | field | Inherits project.edit_project |
task_type_edit |
Add include_in_recalculate field | project.task.type | field | Inherits project.task_type_edit |
view_project_task_form |
view_project_task_form | project.task | field | Inherits project.view_task_form2 |
wizard_project_recalculate_form |
project.recalculate.wizard.form | project.recalculate.wizard | form | New |
calculation_type
Selection
default=False
help='How to calculate tasks, with date start or date end references. If not set, "Recalculate project" button is disabled.'
string='Calculation type'
args: [('date_begin', 'Date begin'), ('date_end', 'Date end')]
project_recalculate(self)
calculation_type
Selection
readonly=True
related='project_id.calculation_type'
string='Calculation type'
project_date
Date
readonly=True
project_id
Many2one → project.project
comodel_name='project.project'
readonly=True
string='Project'
confirm_button(self)
default_get(self, fields_list)
estimated_days
Integer
default=1
help='Estimated days to end'
oldname='anticipation_days'
string='Estimated days'
from_days
Integer
default=0
help='Anticipation days from date begin or date end'
string='From days'
include_in_recalculate
Boolean
related='stage_id.include_in_recalculate'
task_recalculate(self)
write(self, vals)
include_in_recalculate
Boolean
default=True
help="If you mark this check, tasks that are in this stage will be selectable for recalculating their dates when user click on 'Recalculate project' button."
string='Include in project recalculate'
No public methods.
No new fields.
Public methods (1)get_working_days_of_date(self, cr, uid, id, start_dt=None, end_dt=None, leaves=None, compute_leaves=False, resource_id=None, default_interval=None, context=None)