Partner Stage

partner_stage
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/19.0/partner_stage
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin, bosd
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adds stages to Contacts allowing, for example, to setup a lifecycle
workflow. The default stages are: Draft, Active and Inactive.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage list New
view_partner_tree res.partner field Inherits base.view_partner_tree
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=<expr> group_expand='_read_group_stage_id' index=True tracking=True
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/18.0/partner_stage
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, nikul-serpentcs, Bert Van Groenendael
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adds stages to Contacts allowing, for example, to setup a lifecycle
workflow. The default stages are: Draft, Active and Inactive.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage list New
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=_get_default_stage_id group_expand='_read_group_stage_id' index=True tracking=True
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/17.0/partner_stage
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Vincent Van Rossem, Maksym Yankin, Jérémy Didderen
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adds stages to Contacts allowing, for example, to setup a lifecycle
workflow. The default stages are: Draft, Active and Inactive.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage tree New
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=_get_default_stage_id group_expand='_read_group_stage_id' index=True tracking=True
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/16.0/partner_stage
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSRaphaël Valyi, Weblate, OCA-git-bot, oca-ci, Urvisha-OSI
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage tree New
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=_get_default_stage_id group_expand='_read_group_stage_id' index=True tracking=True
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/15.0/partner_stage
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Juany Davila
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:32
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage tree New
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=_get_default_stage_id group_expand='_read_group_stage_id' index=True tracking=True
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/14.0/partner_stage
VERSION
VERSION 2.1.1
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSGitHub, Daniel Reis, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage tree New
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=_get_default_stage_id group_expand='_read_group_stage_id' index=True tracking=True
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/13.0/partner_stage
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSJordiMForgeFlow, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage tree New
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=_get_default_stage_id group_expand='_read_group_stage_id' index=True tracking=True
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/12.0/partner_stage
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/CRM
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSOCA-git-bot, SilvioC2C
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_form res.partner sheet Inherits base.view_partner_form
view_partner_search res.partner filter Inherits base.view_res_partner_filter
view_partner_stage_form res.partner.stage form New
view_partner_stage_tree res.partner.stage tree New
Models touched (2)

New fields (2)
  • stage_id Many2one → res.partner.stage
    comodel_name='res.partner.stage' copy=False default=_get_default_stage_id group_expand='_read_group_stage_id' index=True track_visibility='onchange'
  • state Selection
    readonly=True related='stage_id.state' store=True
Public methods (0)

No public methods.

New fields (8)
  • active Boolean
    default=True
  • code Char
  • description Text
    translate=True
  • fold Boolean
  • is_default Boolean
    args: 'Default state'
  • name Char
    required=True translate=True
  • sequence Integer
    default=10 help='Used to order the stages'
  • state Selection
    default='confirmed' string='Related State' args: [('draft', 'To Approve'), ('confirmed', 'Approved'), ('cancel', 'Archived')]
Public methods (0)

No public methods.