module medical installed ,but not able to remove

Asked by Bushair

Hi,
I have installed the module medical.
It is working fine.
Now i want to uninstall the module

I have done it using Administration ->Module

But after uninstalling this module , it is not getting removed from the MainMenu.
But when i click the link in the medical menu , am getting the below error

Object Error

Object medical.patient doesn't exist

I have restarted the server after uninstallation.

This is happening only for Medical Module.
i have manually deleted all the medical folder from the installation .
still am getting the same error,
The medical module is not getting listed in the installed or uninstalled module list.

The main problem is that Medical menu is still in the MainMenu as MainMenu->Medical.

Please help me to remove this
Bushair

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Bushair
Solved:
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello Bushair,

If you wanted to remove the menu manually from client simply just select the menu press short-cut "ctrl + L", it will open the menu in form view and delete the menu manually.

Hope this will help you.

Thanks.

Revision history for this message
Bushair (bushairka) said :
#2

Hi,
I am able to remove the short cut using "ctrl + L"
But the problem is that the medical modules tables are not removed from the DataBase i think

Naviage to MainMenu->PointOfSale->NewPointOfSale
PRess F2 from the Partner field, am getting the below error

View error

Can't find field 'is_doctor' in the following view parts composing the view of object model 'res.partner':
 * res.partner.form

Either you wrongly customised this view, or some modules bringing those views are not compatible with your current data model

Also am getting the below error ,when i pressed F2 from the product field in the POS window

View error

Can't find field 'is_medicament' in the following view parts composing the view of object model 'product.product':
 * product.normal.form

Either you wrongly customised this view, or some modules bringing those views are not compatible with your current data model

It looks like that these errors are because the medical modules integration is not removed properly though i have uninstalled the medical module

Please help me to resolve this issue

thanks
Bushair

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#3

Hello Bushair,

I think database is updated but the inherited views steal there so in view when it will try to search those field from database and it will not able to find those field in the relational table.So thats why it will raise the error so better you will delete those inherited view from Administration/Customization/User Interface/Views menu.
Steal If you will face similar problem then you need to create new database.

Thanks.

Revision history for this message
Bushair (bushairka) said :
#4

Hi,
I tried to delete the views using

Administration/Customization/User Interface/Views menu
But still getting the same error,
so i created a new database to resolve this issue,.
it is working fine now.

Thanks for your advise
Bushair