mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-23 14:02:03 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
856 B
ReStructuredText
20 lines
856 B
ReStructuredText
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.
|
|
|
|
.. figure:: ../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.
|
|
|
|
.. figure:: ../static/description/purchase_order_form.png
|