| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/14.0/sale_partner_approval |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Daniel Reis, oca-travis, Weblate, OCA-git-bot, Nikul-OSI |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
candidate_sale
Boolean
string='Candidate to Sell To'
sale_ok
Boolean
copy=False
readonly=True
string='Can Sell To'
create(self, vals)
default_get(self, fields)
write(self, vals)
approved_sale
Boolean
default=True
string='Approved for Sales'
No public methods.
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)]"
No public methods.