Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/crm
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Christopher Rogos, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the possibility to set CRM stages that are being able
to see the won button (hiding it for the rest). It also restricts to
change to a won stage won from an stage that doesn't have this check
marked.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_lead_view_form crm.lead.form.inherit crm.lead form Inherits crm.crm_lead_view_form
crm_stage_form crm.stage.form.inherit crm.stage form Inherits crm.crm_stage_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • show_won_button Boolean
    related='stage_id.show_won_button'
Public methods (1)
  • write(self, vals)

New fields (1)
  • show_won_button Boolean
    default=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…