Sale Partner Approval

sale_partner_approval
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_partner_approval
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYSales
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
COMMITTERSDaniel Reis, oca-travis, Weblate, OCA-git-bot, Nikul-OSI
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_stage
OCA/sale-workflow:
    - sale_exception
OCA/server-tools:
    - base_exception
odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_partner_form res.partner xpath Inherits base.view_partner_form
view_partner_stage_form res.partner.stage field Inherits partner_stage.view_partner_stage_form
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.