| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/14.0/purchase_partner_approval |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase Management |
| 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 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - partner_stage OCA/purchase-workflow: - purchase_exception OCA/server-tools: - base_exception odoo/odoo: - contacts - base - base_setup - web - bus - web_tour - purchase - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| 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 |
dest_address_id
Many2one
domain="['|', ('company_id', '=', False), ('company_id', '=', company_id), ('purchase_ok', '=', True)]"
partner_id
Many2one
domain="['|', ('company_id', '=', False), ('company_id', '=', company_id), ('purchase_ok', '=', True)]"
No public methods.
candidate_purchase
Boolean
string='Candidate Purchase To'
purchase_ok
Boolean
copy=False
readonly=True
string='Can Purchase To'
create(self, vals)
default_get(self, fields)
write(self, vals)
approved_purchase
Boolean
default=True
string='Approved for Purchase'
No public methods.