| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/15.0/project_wbs |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:36 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-analytic: - account_analytic_parent - account_analytic_sequence odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr_timesheet - hr - project - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project |
project.project.form | project.project | field | Inherits hr_timesheet.project_invoice_form |
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | field | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_account_search2 |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_project |
project.project.tree | project.project | tree | Inherits project.view_project |
view_project_kanban |
project.project.kanban.wbs | project.project | field | Inherits project.view_project_kanban |
view_project_project_filter |
project.project.select | project.project | field | Inherits project.view_project_project_filter |
view_project_project_group_filter |
project.project.group | project.project | xpath | Inherits project.view_project_project_filter |
account_class
Selection
default='project'
help='The classification allows you to create a proper project Work Breakdown Structure'
args: [('project', 'Project'), ('phase', 'Phase'), ('deliverable', 'Deliverable'), ('work_package', 'Work Package')], 'Class'
code
Char
copy=False
complete_wbs_code
Char
compute=_complete_wbs_code_calc
help='The full WBS code describes the full path of this component within the project WBS hierarchy'
store=True
string='Full WBS Code'
complete_wbs_name
Char
compute=_complete_wbs_name_calc
help='Full path in the WBS hierarchy'
store=True
string='Full WBS path'
manager_id
Many2one → res.users
tracking=True
args: 'res.users', 'Manager'
parent_id
Many2one
default=_default_parent
string='Parent Analytic Account'
partner_id
Many2one
default=_default_partner
project_analytic_id
Many2one → account.analytic.account
compute=_compute_project_analytic_id
store=True
string='Root Analytic Account'
args: 'account.analytic.account'
project_ids
One2many → project.project
comodel_name='project.project'
inverse_name='analytic_account_id'
string='Projects'
user_id
Many2one → res.users
default=_default_user
tracking=True
args: 'res.users', 'Project Manager'
wbs_indent
Char
compute=_wbs_indent_calc
string='Level'
code_get(self)
copy(self, default=None)
get_child_accounts(self)
name_get(self)
write(self, vals)
account_class
Selection
default='project'
readonly=False
related='analytic_account_id.account_class'
store=True
analytic_account_id
Many2one → account.analytic.account
index=True
ondelete='restrict'
required=True
args: 'account.analytic.account', 'Analytic Account'
child_ids
One2many
readonly=False
related='analytic_account_id.child_ids'
code
Char
readonly=False
related='analytic_account_id.code'
complete_wbs_code
Char
related='analytic_account_id.complete_wbs_code'
store=True
string='WBS Code'
complete_wbs_name
Char
related='analytic_account_id.complete_wbs_name'
has_project_child_complete_ids
Boolean
compute='_compute_has_child'
parent_id
Many2one
readonly=False
related='analytic_account_id.parent_id'
project_analytic_id
Many2one
readonly=True
related='analytic_account_id.project_analytic_id'
store=True
project_child_complete_ids
Many2many → project.project
comodel_name='project.project'
compute='_compute_child'
string='Project Hierarchy'
wbs_indent
Char
related='analytic_account_id.wbs_indent'
action_open_child_kanban_view(self)
action_open_child_tree_view(self)
action_open_child_view(self, act_window)
action_open_parent_kanban_view(self)
action_open_parent_tree_view(self)
action_open_view_project_form(self)
code_get(self)
create(self, vals)
name_get(self)
on_change_parent(self)
prepare_analytics_vals(self, vals)
update_project_from_analytic_vals(self, vals)
write(self, vals)
| 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_wbs |
| VERSION | |
| VERSION | 1.0.4 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jairo Llopis, AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-analytic: - account_analytic_parent - account_analytic_sequence odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - hr_timesheet - hr - project - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project |
project.project.form | project.project | field | Inherits hr_timesheet.project_invoice_form |
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | field | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_account_search2 |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_project |
project.project.tree | project.project | tree | Inherits project.view_project |
view_project_kanban |
project.project.kanban.wbs | project.project | field | Inherits project.view_project_kanban |
view_project_project_filter |
project.project.select | project.project | field | Inherits project.view_project_project_filter |
view_project_project_group_filter |
project.project.group | project.project | xpath | Inherits project.view_project_project_filter |
account_class
Selection
default='project'
help='The classification allows you to create a proper project Work Breakdown Structure'
args: [('project', 'Project'), ('phase', 'Phase'), ('deliverable', 'Deliverable'), ('work_package', 'Work Package')], 'Class'
code
Char
copy=False
complete_wbs_code
Char
compute=_complete_wbs_code_calc
help='The full WBS code describes the full path of this component within the project WBS hierarchy'
store=True
string='Full WBS Code'
complete_wbs_name
Char
compute=_complete_wbs_name_calc
help='Full path in the WBS hierarchy'
store=True
string='Full WBS path'
manager_id
Many2one → res.users
tracking=True
args: 'res.users', 'Manager'
parent_id
Many2one
default=_default_parent
string='Parent Analytic Account'
partner_id
Many2one
default=_default_partner
project_analytic_id
Many2one → account.analytic.account
compute=_compute_project_analytic_id
store=True
string='Root Analytic Account'
args: 'account.analytic.account'
project_ids
One2many → project.project
comodel_name='project.project'
inverse_name='analytic_account_id'
string='Projects'
user_id
Many2one → res.users
default=_default_user
tracking=True
args: 'res.users', 'Project Manager'
wbs_indent
Char
compute=_wbs_indent_calc
string='Level'
code_get(self)
copy(self, default=None)
get_child_accounts(self)
name_get(self)
write(self, vals)
account_class
Selection
default='project'
readonly=False
related='analytic_account_id.account_class'
store=True
analytic_account_id
Many2one → account.analytic.account
index=True
ondelete='restrict'
required=True
args: 'account.analytic.account', 'Analytic Account'
child_ids
One2many
readonly=False
related='analytic_account_id.child_ids'
code
Char
readonly=False
related='analytic_account_id.code'
complete_wbs_code
Char
readonly=False
related='analytic_account_id.complete_wbs_code'
store=True
string='WBS Code'
complete_wbs_name
Char
readonly=False
related='analytic_account_id.complete_wbs_name'
has_project_child_complete_ids
Boolean
compute='_compute_has_child'
parent_id
Many2one
readonly=False
related='analytic_account_id.parent_id'
project_analytic_id
Many2one
readonly=True
related='analytic_account_id.project_analytic_id'
store=True
project_child_complete_ids
Many2many → project.project
comodel_name='project.project'
compute='_compute_child'
string='Project Hierarchy'
wbs_indent
Char
readonly=False
related='analytic_account_id.wbs_indent'
action_open_child_kanban_view(self)
action_open_child_tree_view(self)
action_open_child_view(self, act_window)
action_open_parent_kanban_view(self)
action_open_parent_tree_view(self)
action_open_view_project_form(self)
code_get(self)
create(self, vals)
name_get(self)
on_change_parent(self)
prepare_analytics_vals(self, vals)
update_project_from_analytic_vals(self, vals)
write(self, vals)
| 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_wbs |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| COMMITTERS | |
| COMMITTERS | mreficent, OCA Transbot, ahenriquez, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-analytic: - account_analytic_parent - account_analytic_sequence odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project |
project.project.form | project.project | field | Inherits hr_timesheet.project_invoice_form |
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | field | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_account_search2 |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_project |
project.project.tree | project.project | tree | Inherits project.view_project |
view_project_kanban |
project.project.kanban.wbs | project.project | field | Inherits project.view_project_kanban |
view_project_project_filter |
project.project.select | project.project | field | Inherits project.view_project_project_filter |
view_project_project_group_filter |
project.project.group | project.project | xpath | Inherits project.view_project_project_filter |
account_class
Selection
default='project'
help='The classification allows you to create a proper project Work Breakdown Structure'
args: [('project', 'Project'), ('phase', 'Phase'), ('deliverable', 'Deliverable'), ('work_package', 'Work Package')], 'Class'
code
Char
copy=False
complete_wbs_code
Char
compute=_complete_wbs_code_calc
help='The full WBS code describes the full path of this component within the project WBS hierarchy'
store=True
string='Full WBS Code'
complete_wbs_name
Char
compute=_complete_wbs_name_calc
help='Full path in the WBS hierarchy'
store=True
string='Full WBS path'
manager_id
Many2one → res.users
track_visibility='onchange'
args: 'res.users', 'Manager'
parent_id
Many2one
default=_default_parent
string='Parent Analytic Account'
partner_id
Many2one
default=_default_partner
project_analytic_id
Many2one → account.analytic.account
compute=_compute_project_analytic_id
store=True
string='Root Analytic Account'
args: 'account.analytic.account'
project_ids
One2many → project.project
comodel_name='project.project'
inverse_name='analytic_account_id'
string='Projects'
user_id
Many2one → res.users
default=_default_user
track_visibility='onchange'
args: 'res.users', 'Project Manager'
wbs_indent
Char
compute=_wbs_indent_calc
string='Level'
code_get(self)
copy(self, default=None)
get_child_accounts(self)
name_get(self)
write(self, vals)
account_class
Selection
default='project'
readonly=False
related='analytic_account_id.account_class'
store=True
analytic_account_id
Many2one → account.analytic.account
index=True
ondelete='restrict'
required=True
args: 'account.analytic.account', 'Analytic Account'
child_ids
One2many
readonly=False
related='analytic_account_id.child_ids'
code
Char
readonly=False
related='analytic_account_id.code'
complete_wbs_code
Char
readonly=False
related='analytic_account_id.complete_wbs_code'
store=True
string='WBS Code'
complete_wbs_name
Char
readonly=False
related='analytic_account_id.complete_wbs_name'
has_project_child_complete_ids
Boolean
compute='_compute_has_child'
parent_id
Many2one
readonly=False
related='analytic_account_id.parent_id'
project_analytic_id
Many2one
readonly=True
related='analytic_account_id.project_analytic_id'
store=True
project_child_complete_ids
Many2many → project.project
comodel_name='project.project'
compute='_compute_child'
string='Project Hierarchy'
wbs_indent
Char
readonly=False
related='analytic_account_id.wbs_indent'
action_open_child_kanban_view(self)
action_open_child_tree_view(self)
action_open_child_view(self, module, act_window)
action_open_parent_kanban_view(self)
action_open_parent_tree_view(self)
action_open_view_project_form(self)
code_get(self)
create(self, vals)
name_get(self)
on_change_parent(self)
prepare_analytics_vals(self, vals)
update_project_from_analytic_vals(self, vals)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/11.0/project_wbs |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, ahenriquez, oca-travis |
| WEBSITE | |
| WEBSITE | https://www.github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-analytic: - account_analytic_parent - account_analytic_sequence odoo/odoo: - project - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - portal - http_routing - resource - web_planner - account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project |
project.project.form | project.project | field | Inherits project.edit_project |
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | field | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_account_search2 |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_project |
project.project.tree | project.project | tree | Inherits project.view_project |
view_project_kanban |
project.project.kanban.wbs | project.project | xpath | Inherits project.view_project_kanban |
view_project_project_filter |
project.project.select | project.project | field | Inherits project.view_project_project_filter |
view_project_project_group_filter |
project.project.group | project.project | xpath | Inherits project.view_project_project_filter |
account_class
Selection
default='project'
help='The classification allows you to create a proper project Work Breakdown Structure'
args: [('project', 'Project'), ('phase', 'Phase'), ('deliverable', 'Deliverable'), ('work_package', 'Work Package')], 'Class'
complete_wbs_code
Char
compute=_complete_wbs_code_calc
help='The full WBS code describes the full path of this component within the project WBS hierarchy'
store=True
string='Full WBS Code'
complete_wbs_name
Char
compute=_complete_wbs_name_calc
help='Full path in the WBS hierarchy'
store=True
string='Full WBS path'
manager_id
Many2one → res.users
track_visibility='onchange'
args: 'res.users', 'Manager'
parent_id
Many2one
default=_default_parent
string='Parent Analytic Account'
partner_id
Many2one
default=_default_partner
project_analytic_id
Many2one → account.analytic.account
compute=_compute_project_analytic_id
store=True
string='Root Analytic Account'
args: 'account.analytic.account'
user_id
Many2one → res.users
default=_default_user
track_visibility='onchange'
args: 'res.users', 'Project Manager'
wbs_indent
Char
compute=_wbs_indent_calc
readonly=True
string='Level'
code_get(self)
copy(self, default=None)
get_child_accounts(self)
name_get(self)
write(self, vals)
account_class
Selection
default='project'
related='analytic_account_id.account_class'
store=True
c_wbs_code
Char
readonly=True
related='analytic_account_id.complete_wbs_code'
store=True
string='WBS Code'
project_child_complete_ids
Many2many → project.project
comodel_name='project.project'
compute='_compute_child'
string='Project Hierarchy'
action_open_child_kanban_view(self)
action_open_child_tree_view(self)
action_open_child_view(self, module, act_window)
action_open_parent_kanban_view(self)
action_open_parent_tree_view(self)
action_open_view_project_form(self)
code_get(self)
copy(self, default=None)
name_get(self)
on_change_parent(self)
prepare_analytics_vals(self, vals)
write(self, vals)
| 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_wbs |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent, Matmoz d.o.o., Luxim d.o.o., Deneroteam |
| COMMITTERS | |
| COMMITTERS | mreficent, ahenriquez, oca-travis, aaron |
| WEBSITE | |
| WEBSITE | https://www.github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-analytic: - account_analytic_parent - account_analytic_sequence odoo/odoo: - project - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - resource - web_planner - account_accountant - account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project |
project.project.form | project.project | xpath | Inherits project.edit_project |
view_account_analytic_account_form |
account.analytic.account.form | account.analytic.account | field | Inherits analytic.view_account_analytic_account_form |
view_account_analytic_account_list |
account.analytic.account.list | account.analytic.account | field | Inherits analytic.view_account_analytic_account_list |
view_account_analytic_account_search |
account.analytic.account.search | account.analytic.account | field | Inherits analytic.view_account_analytic_account_search |
view_account_analytic_account_search2 |
account.analytic.account.search | account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_search |
view_project |
project.project.tree | project.project | xpath | Inherits project.view_project |
view_project_kanban |
project.project.kanban.wbs | project.project | xpath | Inherits project.view_project_kanban |
view_project_project_filter |
project.project.select | project.project | field | Inherits project.view_project_project_filter |
view_project_project_group_filter |
project.project.group | project.project | xpath | Inherits project.view_project_project_filter |
account_class
Selection
default='project'
help='The classification allows you to create a proper project Work Breakdown Structure'
args: [('project', 'Project'), ('phase', 'Phase'), ('deliverable', 'Deliverable'), ('work_package', 'Work Package')], 'Class'
complete_wbs_code
Char
compute=_complete_wbs_code_calc
help='The full WBS code describes the full path of this component within the project WBS hierarchy'
store=True
string='Full WBS Code'
complete_wbs_name
Char
compute=_complete_wbs_name_calc
help='Full path in the WBS hierarchy'
store=True
string='Full WBS path'
manager_id
Many2one → res.users
track_visibility='onchange'
args: 'res.users', 'Manager'
parent_id
Many2one
default=_default_parent
string='Parent Analytic Account'
partner_id
Many2one
default=_default_partner
project_analytic_id
Many2one → account.analytic.account
compute=_get_project_analytic_id
store=True
string='Root Analytic Account'
args: 'account.analytic.account'
user_id
Many2one → res.users
default=_default_user
track_visibility='onchange'
args: 'res.users', 'Project Manager'
wbs_indent
Char
compute=_wbs_indent_calc
readonly=True
string='Level'
code_get(self)
copy(self, default=None)
get_child_accounts(self)
name_get(self)
write(self, vals)
account_class
Selection
default='project'
related='analytic_account_id.account_class'
store=True
c_wbs_code
Char
readonly=True
related='analytic_account_id.complete_wbs_code'
store=True
string='WBS Code'
project_child_complete_ids
Many2many → project.project
comodel_name='project.project'
compute='_compute_child'
string='Project Hierarchy'
action_open_child_kanban_view(self)
action_open_child_tree_view(self)
action_open_child_view(self, module, act_window)
action_open_parent_kanban_view(self)
action_open_parent_tree_view(self)
action_open_view_project_form(self)
button_save_data(self)
code_get(self)
copy(self, default=None)
name_get(self)
on_change_parent(self)
prepare_analytics_vals(self, vals)
write(self, vals)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/project |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] project_wbs: Migration to 18.0 (#1690) |