Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 07:47:41
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
Odoo dependencies
OCA/partner-contact:
OCA/purchase-workflow:
OCA/server-tools:
odoo/odoo:
- web
- bus
- uom
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)
  • 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)]"
Public methods (0)

No public methods.

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

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

No public methods.