TIP: You can type at any time to perform a new search.
Sale Partner Approval
sale_partner_approval · OCA/sale-workflow
- 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
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_saleBooleanstring='Candidate to Sell To' -
sale_okBooleancopy=Falsereadonly=Truestring='Can Sell To'
-
create(self, vals)@api.model -
default_get(self, fields)@api.model -
write(self, vals)
New fields (1)
-
approved_saleBooleandefault=Truestring='Approved for Sales'
No public methods.
New fields (2)
-
partner_idMany2onedomain="['|', ('company_id', '=', False), ('company_id', '=', company_id), ('sale_ok', '=', True)]" -
partner_invoice_idMany2onedomain="['|', ('company_id', '=', False), ('company_id', '=', company_id), ('sale_ok', '=', True)]"
No public methods.