Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Purchases
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:42
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Héctor Villarreal Ortega, oca-git-bot, Surachet Saejueng
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form purchase.order form Inherits purchase.purchase_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • order_sequence Boolean
    index=True readonly=True string='Order Sequence'
  • purchase_order_id Many2one → purchase.order
    comodel_name='purchase.order' copy=False help='For RFQ, this field references to its Purchases Order' ondelete='restrict' readonly=True string='Order'
  • quote_id Many2one → purchase.order
    comodel_name='purchase.order' copy=False help='For Purchases Order, this field references to its RFQ' ondelete='restrict' readonly=True string='Quotation'
  • rfq_state Selection
    help='Only relative RFQ states' readonly=True related='state' string='RFQ Status'
Public methods (3)
  • action_convert_to_order(self)
  • create(self, vals)
    @api.model
  • open_duplicated_purchase_order(self)
    @api.model

Loading…