Adding quotes to quick create menu

Hello,
Im using Customize quick create menu on all pages that solution and it’s working. But I can’t add quotes module to quick create. Can someone please modify this code to show quotes.

<li><a href="index.php?module=Accounts&action=EditView&return_module=Accounts&return_action=DetailView">{$APP.LBL_QUICK_CREATE}{sugar_translate module="Accounts" label="LBL_MODULE_NAME"}</a></li>

Maybe try this

index.php?action=ajaxui#ajaxUILoc=index.php?module=AOS_Quotes&action=EditView&return_module=AOS_Quotes&return_action=DetailView

You are amazing. Thank you.