Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
2.0.0
Category
Sales
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:47:29
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Daniel Reis, Weblate, OCA-git-bot, oca-travis, Nikul-OSI
Odoo dependencies
OCA/partner-contact:
OCA/sale-workflow:
OCA/server-tools:
odoo/odoo:
- web
- bus
- uom
- utm
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_partner_form res.partner form Inherits base.view_partner_form
view_partner_stage_form res.partner.stage form Inherits partner_stage.view_partner_stage_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • candidate_sale Boolean
    string='Candidate to Sell To'
  • sale_ok Boolean
    copy=False readonly=True string='Can Sell To'
Public methods (3)
  • create(self, vals)
    @api.model
  • default_get(self, fields)
    @api.model
  • write(self, vals)

New fields (1)
  • approved_sale Boolean
    default=True string='Approved for Sales'
Public methods (0)

No public methods.

New fields (2)
  • partner_id Many2one
    domain="['|', ('company_id', '=', False), ('company_id', '=', company_id), ('sale_ok', '=', True)]"
  • partner_invoice_id Many2one
    domain="['|', ('company_id', '=', False), ('company_id', '=', company_id), ('sale_ok', '=', True)]"
Public methods (0)

No public methods.