aimanecouissi / module-negotiable-quote-order-link-admin-ui
Link orders from the Admin negotiable quote view
Package info
github.com/aimanecouissi/magento2-module-negotiable-quote-order-link-admin-ui
Type:magento2-module
pkg:composer/aimanecouissi/module-negotiable-quote-order-link-admin-ui
1.0.0
2026-04-30 21:33 UTC
Requires
- php: ^8.3
- magento/extension-b2b: ^1.5
- magento/framework: 103.0.*
README
Adds related Order ID links to negotiable quote views in Admin → Sales → Quotes. The module displays the order relationship in the negotiable quote view when a quote has been converted to an order.
Installation
composer require aimanecouissi/module-negotiable-quote-order-link-admin-ui bin/magento module:enable AimaneCouissi_NegotiableQuoteOrderLinkAdminUi bin/magento setup:upgrade bin/magento cache:flush
Usage
Open a negotiable quote from the Admin → Sales → Quotes grid. When the quote has a related order, the quote details include an Order ID row with a link to the Admin order view; quotes without an order do not render the row.
Uninstall
bin/magento module:disable AimaneCouissi_NegotiableQuoteOrderLinkAdminUi composer remove aimanecouissi/module-negotiable-quote-order-link-admin-ui bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.