Purchase Order - No Request For Quotation

purchase_no_rfq
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/19.0/purchase_no_rfq
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Alejandro Parrales
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath 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 xpath Inherits purchase.purchase_order_view_tree
Models touched (1)

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

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/18.0/purchase_no_rfq
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia, Alejandro Parrales
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - 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
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 xpath 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 xpath Inherits purchase.purchase_order_view_tree
Models touched (1)

New fields (1)
  • state Selection
    selection_add=[('draft', 'Draft'), ('sent', 'Sent')]
Public methods (1)
  • print_quotation(self)
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/17.0/purchase_no_rfq
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Deriman-Alonso, Alejandro Parrales
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - 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
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 xpath 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 xpath Inherits purchase.purchase_order_view_tree
Models touched (1)

New fields (1)
  • state Selection
    selection_add=[('draft', 'Draft'), ('sent', 'Sent')]
Public methods (1)
  • print_quotation(self)
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/16.0/purchase_no_rfq
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
purchase_order_form purchase.order xpath 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 xpath Inherits purchase.purchase_order_view_tree
Models touched (1)

New fields (1)
  • state Selection
    selection_add=[('draft', 'Draft'), ('sent', 'Sent')]
Public methods (1)
  • print_quotation(self)
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/12.0/purchase_no_rfq
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
purchase_order_form purchase.order xpath Inherits purchase.purchase_order_form
purchase_order_tree purchase.order xpath Inherits purchase.purchase_order_tree
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
Models touched (1)

New fields (1)
  • state Selection
    selection_add=[('draft', 'Draft'), ('sent', 'Sent')]
Public methods (1)
  • print_quotation(self)
    @api.multi