Deactivate the Delivery Note module
Disable hooks and invoice integration without dropping module tables. The guide then takes you through the correct route, the checks to complete before making changes, the workflow in order, and the evidence to review afterwards.
Where to goAdmin Area → Setup → Modules → Delivery Note → Deactivate
What you’ll accomplish
Disable hooks and invoice integration without dropping module tables. This guide follows the supplied Delivery Note module’s live hooks, controller actions, model rules, views and stored side effects.
Follow these steps
- Verify no active delivery operation depends on immediate access.
- Deactivate Delivery Note from Setup → Modules.
- Check the sidebar entry and invoice controls disappear.
- Retain the module directory and database if the feature may be reactivated.
- Reactivate and verify records only when authorised.
Fields and options to review
- Deactivation sets `delivery_note_enabled` to `0`
- Module-owned tables and records remain
- Public and admin hooks stop operating while disabled
Rules the system enforces
- Deactivation is not deletion.
- Existing secure links may stop resolving through normal module execution while disabled.
- No data export is automatically produced before deactivation.
How to confirm it worked
- The feature is hidden and inactive while stored module data remains available for later reactivation.
Safety checks and troubleshooting
- Plan operational communication before disabling links that recipients may still need.
Stay within the supported flowDo not force database values, expose secure tokens, bypass permission checks, replace a stored signature or invent a status or interface that the supplied code does not implement.
Continue with related guidance
Was this guide useful?Your response is stored only in this browser.
