मैंने एक मॉड्यूल बनाया, और यह पूरी तरह से काम करता है; हालाँकि, मैं एक दीवार मारा। जब मैं व्यवस्थापक के रूप में लॉग इन करता हूं, तो कुछ भी अच्छा होता है। मैंने इसे acl में जोड़ा:
<?xml version="1.0"?>
<config>
<menu>
<erp translate="title" module="firtal_deadstock">
<title>ERP</title>
<sort_order>99</sort_order>
<children>
<stock_management module="firtal_deadstock">
<title>Stock Management</title>
<children>
<firtal_deadstock>
<title><![CDATA[Firtal Stock Analysis]]></title>
<sort_order>99</sort_order>
<action>adminhtml/deadstock</action>
</firtal_deadstock>
</children>
</stock_management>
</children>
</erp>
</menu>
<acl>
<resources>
<all>
<title>Allow Everything</title>
</all>
<admin>
<children>
<system>
<children>
<config>
<children>
<firtal_deadstock translate="title">
<title>Firtal Stock Analysis settings</title>
<sort_order>100</sort_order>
</firtal_deadstock>
</children>
</config>
</children>
</system>
<erp module="firtal_deadstock">
<children>
<stock_management module="firtal_deadstock">
<children>
<firtal_deadstock translate="title" module="firtal_deadstock">
<title>Firtal Stock Analysis</title>
</firtal_deadstock>
</children>
</stock_management>
</children>
</erp>
</children>
</admin>
</resources>
</acl>
</config>
लेकिन अगर मैं किसी भूमिका की अनुमति देता हूं और उस भूमिका के साथ एक उपयोगकर्ता के रूप में लॉगिन करता हूं, तो वे मेनू बिंदु (कॉन्फ़िगरेशन नहीं, बल्कि वास्तविक मेनू बिंदु) देखते हैं, लेकिन अगर मैं इसे दबाता हूं, तो मुझे एक्सेस अस्वीकृत त्रुटि मिलती है:
मुझे किसकी याद आ रही है?