aimanecouissi/module-negotiable-quote-delete-admin-ui

Delete negotiable quotes from the Admin quote grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-negotiable-quote-delete-admin-ui

Type:magento2-module

pkg:composer/aimanecouissi/module-negotiable-quote-delete-admin-ui

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:33 UTC

This package is auto-updated.

Last update: 2026-04-30 21:38:56 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

Adds Delete actions to negotiable quote views and the Admin → Sales → Quotes grid. The module provides both a quote view button and a grid mass action for deleting negotiable quote data from the Admin.

Installation

composer require aimanecouissi/module-negotiable-quote-delete-admin-ui
bin/magento module:enable AimaneCouissi_NegotiableQuoteDeleteAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open a negotiable quote from the Admin → Sales → Quotes grid. The Delete button appears on the quote view page when the current Admin user has the Delete permission.

The Delete mass action appears in the Admin → Sales → Quotes grid and deletes selected negotiable quotes. Deleted negotiable quotes also remove the base quote when no order references it.

Uninstall

bin/magento module:disable AimaneCouissi_NegotiableQuoteDeleteAdminUi
composer remove aimanecouissi/module-negotiable-quote-delete-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT