Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Purchase Management
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 09:06:27
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Alejandro Parrales
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the odoo purchase module, to remove 'Request for
Quotation' state, simplifying the workflow for the end users.

Once installed :

- The menu item 'Purchase \> Purchase \> Requests for Quotation' is
  hidden. A single menu item 'Purchase Order' is available
- The states names of the purchase order is altered. 'RFQ' is replaced
  by 'Draft' and 'RFQ sent' by 'Sent'.
- The colors in the tree view is correctly set to `decoration-info` for
  'draft' and 'sent' orders.

![](../static/description/purchase_order_tree.png)

- In the form view, all the RFQ names are removed or replaced by
  'Purchase Order'. The module makes also the 'Print' button allways
  available and not only on 'draft' and 'sent' status.
- The option 'Print \> Request For quotation' is also disabled.

![](../static/description/purchase_order_form.png)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
purchase_order_form purchase.order form Inherits purchase.purchase_order_form
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
view_purchase_order_tree purchase.order tree Inherits purchase.purchase_order_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • state Selection
    selection_add=[('draft', 'Draft'), ('sent', 'Sent')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…