Project Sequence

project_sequence
REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/19.0/project_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYServices/Project
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSDenis Roussel, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - portal
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a sequence field to projects, filled automatically and add a code
sequence filter in tree view project.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
project_sequence_form_view Project.sequence.project.edit project.project xpath Inherits project.edit_project
project_sequence_kanban_view Project.sequence.project.kanban project.project xpath Inherits project.view_project_kanban
project_sequence_search_view Project.sequence.project.view.search project.project field Inherits project.view_project_project_filter
project_sequence_tree_view Project_sequence_project_view project.project xpath Inherits project.view_project
res_config_settings_view_form Configure project display name res.config.settings xpath Inherits project.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • name Char
    required=False
  • sequence_code Char
    copy=False readonly=True
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
    Apply sequence code and a default name if not set.
  • name_search(self, name='', domain=None, operator='ilike', limit=100)
    @api.model
    Allow searching by sequence code by default.
  • write(self, vals)
    Sync name and analytic account name when name is changed.

New fields (1)
  • project_display_name_pattern Char
    config_parameter='project_sequence.display_name_pattern' default='%(sequence_code)s - %(name)s' help='Use %(sequence_code)s and %(name)s to include the sequence code and the name of the project in the display name.'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/18.0/project_sequence
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYServices/Project
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Saran440, mchechlacz
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a sequence field to projects, filled automatically and add a code
sequence filter in tree view project.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
project_sequence_form_view Project.sequence.project.edit project.project xpath Inherits project.edit_project
project_sequence_search_view Project.sequence.project.view.search project.project field Inherits project.view_project_project_filter
project_sequence_tree_view Project_sequence_project_view project.project xpath Inherits project.view_project
res_config_settings_view_form Configure project display name res.config.settings xpath Inherits project.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • name Char
    required=False
  • sequence_code Char
    copy=False readonly=True
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
    Apply sequence code and a default name if not set.
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model
    Allow searching by sequence code by default.
  • write(self, vals)
    Sync name and analytic account name when name is changed.

New fields (1)
  • project_display_name_pattern Char
    config_parameter='project_sequence.display_name_pattern' default='%(sequence_code)s - %(name)s' help='Use %(sequence_code)s and %(name)s to include the sequence code and the name of the project in the display name.'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/17.0/project_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYServices/Project
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, andrea
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a sequence field to projects, filled automatically and add a code
sequence filter in tree view project.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
project_sequence_form_view Project.sequence.project.edit project.project xpath Inherits project.edit_project
project_sequence_kanban_view Project.sequence.project.kanban project.project xpath Inherits project.view_project_kanban
project_sequence_search_view Project.sequence.project.view.search project.project field Inherits project.view_project_project_filter
project_sequence_tree_view Project_sequence_project_view project.project xpath Inherits project.view_project
res_config_settings_view_form Configure project display name res.config.settings xpath Inherits project.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • name Char
    required=False
  • sequence_code Char
    copy=False readonly=True
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
    Apply sequence code and a default name if not set.
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model
    Allow searching by sequence code by default.
  • write(self, vals)
    Sync name and analytic account name when name is changed.

New fields (1)
  • project_display_name_pattern Char
    config_parameter='project_sequence.display_name_pattern' default='%(sequence_code)s - %(name)s' help='Use %(sequence_code)s and %(name)s to include the sequence code and the name of the project in the display name.'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/16.0/project_sequence
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYServices/Project
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, oca-ci, Nils Coenen, Bhavesh Heliconia, Jose Cano
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
project_sequence_form_view Project.sequence.project.edit project.project xpath Inherits project.edit_project
project_sequence_kanban_view Project.sequence.project.kanban project.project xpath Inherits project.view_project_kanban
project_sequence_search_view Project.sequence.project.view.search project.project field Inherits project.view_project_project_filter
project_sequence_tree_view Project_sequence_project_view project.project xpath Inherits project.view_project
res_config_settings_view_form Configure project display name res.config.settings xpath Inherits project.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • name Char
    required=False
  • sequence_code Char
    copy=False readonly=True
Public methods (4)
  • create(self, vals_list)
    @api.model_create_multi
    Apply sequence code and a default name if not set.
  • name_get(self)
    Prefix name with sequence code if they are different.
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model
    Allow searching by sequence code by default.
  • write(self, vals)
    Sync name and analytic account name when name is changed.

New fields (1)
  • project_display_name_pattern Char
    config_parameter='project_sequence.display_name_pattern' default='%(sequence_code)s - %(name)s' help='Use %(sequence_code)s and %(name)s to include the sequence code and the name of the project in the display name.'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/15.0/project_sequence
VERSION
VERSION 0.2.2
CATEGORY
CATEGORYServices/Project
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSJairo Llopis, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:36
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
project_sequence_form_view Project.sequence.project.edit project.project xpath Inherits project.edit_project
project_sequence_kanban_view Project.sequence.project.kanban project.project xpath Inherits project.view_project_kanban
project_sequence_search_view Project.sequence.project.view.search project.project field Inherits project.view_project_project_filter
project_sequence_tree_view Project_sequence_project_view project.project xpath Inherits project.view_project
res_config_settings_view_form Configure project display name res.config.settings xpath Inherits project.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • name Char
    required=False
  • sequence_code Char
    copy=False readonly=True
Public methods (4)
  • create(self, vals_list)
    @api.model_create_multi
    Apply sequence code and a default name if not set.
  • name_get(self)
    Prefix name with sequence code if they are different.
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model
    Allow searching by sequence code by default.
  • write(self, vals)
    Sync name and analytic account name when name is changed.

New fields (1)
  • project_display_name_pattern Char
    config_parameter='project_sequence.display_name_pattern' default='%(sequence_code)s - %(name)s' help='Use %(sequence_code)s and %(name)s to include the sequence code and the name of the project in the display name.'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/14.0/project_sequence
VERSION
VERSION 0.2.0
CATEGORY
CATEGORYServices/Project
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSJairo Llopis, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/project
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project
    - analytic
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - rating
    - resource
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
project_sequence_form_view Project.sequence.project.edit project.project xpath Inherits project.edit_project
project_sequence_kanban_view Project.sequence.project.kanban project.project xpath Inherits project.view_project_kanban
project_sequence_search_view Project.sequence.project.view.search project.project field Inherits project.view_project_project_filter
project_sequence_tree_view Project_sequence_project_view project.project xpath Inherits project.view_project
res_config_settings_view_form Configure project display name res.config.settings xpath Inherits project.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • name Char
    required=False
  • sequence_code Char
    copy=False readonly=True
Public methods (4)
  • create(self, vals_list)
    @api.model_create_multi
    Apply sequence code and a default name if not set.
  • name_get(self)
    Prefix name with sequence code if they are different.
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model
    Allow searching by sequence code by default.
  • write(self, vals)
    Sync name and analytic account name when name is changed.

New fields (1)
  • project_display_name_pattern Char
    config_parameter='project_sequence.display_name_pattern' default='%(sequence_code)s - %(name)s' help='Use %(sequence_code)s and %(name)s to include the sequence code and the name of the project in the display name.'
Public methods (0)

No public methods.