FIgured this out if anyone wants to disable the "Deployment" feature of OCS Inventory NG:
disable it by renaming/removing the function file:
- mv /usr/share/ocsinventory-reports/ocsreports/require/function_telediff.php /usr/share/ocsinventory-reports/ocsreports/require/function_telediff.php.bak
remove "Deployment" from web interface top menu:
- make a backup first with this command cp /usr/share/ocsinventory-reports/ocsreports/config/main_menu.xml /usr/share/ocsinventory-reports/ocsreports/config/main_menu.bak
- now edit the main_menu.xml file to remove the menu item for Deploy
remove "Configuration" from Computer page menu:
- make a backup first with this command cp /usr/share/ocsinventory-reports/ocsreports/config/computer/menu.xml /usr/share/ocsinventory-reports/ocsreports/config/computer/menu.bak
- now edit the menu.xml file to remove the menu item for config.
disable it by renaming/removing the function file:
- mv /usr/share/ocsinventory-reports/ocsreports/require/function_telediff.php /usr/share/ocsinventory-reports/ocsreports/require/function_telediff.php.bak
remove "Deployment" from web interface top menu:
- make a backup first with this command cp /usr/share/ocsinventory-reports/ocsreports/config/main_menu.xml /usr/share/ocsinventory-reports/ocsreports/config/main_menu.bak
- now edit the main_menu.xml file to remove the menu item for Deploy
remove "Configuration" from Computer page menu:
- make a backup first with this command cp /usr/share/ocsinventory-reports/ocsreports/config/computer/menu.xml /usr/share/ocsinventory-reports/ocsreports/config/computer/menu.bak
- now edit the menu.xml file to remove the menu item for config.