How to edit a module in dollibar

I want to edit the menu bar of module in dolibarr. is there any way to do it? is there any way to edit the html of module?

You can write a custom module and use hooks or triggers to override each module’s default functionality and even entirely change some of its files like list.php or card.php.

can we make custom modules in HTML?

Hi @Kinza

Read this wiki page for Dolibarr custom module development Module development - Dolibarr ERP CRM Wiki

You can develop a custom module and then using hook Hooks system - Dolibarr ERP CRM Wiki you can create a custom menu if you need but for that you need knowledge about PHP, HTML, MySQL, jQuery JavaScript etc.

Also you can add menu from admin panel. Or can modify the menu from code directly modify the core code. For that you need to heck the code and need knowledge about PHP at least.

Setup → Menus → Menu editor