Repository
OCA/partner-contact · module folder · Try on Runboat
Module version
1.1.0
Category
Sales/CRM
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/partner-contact
Last tracking update
2026-08-07 09:06:26
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Maksym Yankin, Weblate, OCA-git-bot, oca-ci, bosd
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits base.view_partner_form
view_partner_search res.partner search 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 tree Inherits base.view_partner_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…