How to Uninstall Module from commend line: step-1 : Goto Terminal>Type sudo su postgres step-2: Type "psql database_name" step-3: update ir_module_module set state='to remove' where name='module_name' and state='installed';
How to Delete Menu item Delete base menuitem is simple. We just need to use delete tag and we need to add the menu item id. Syntax <delete model="ir.ui.menu" id="Menuitem_id" /> Example <delete model="ir.ui.menu" id="base.module_mi" />
Comments
Post a Comment