How to recreate a completely Menu list

Asked by OpenBMS JSC

After upgrading my DB from 6.0.0-rc1 to the latest trunk, I notice that the Menu items are completely messed up (see comparison of Menus in different DBs: one was upgraded and one newly created). I want to recreate the Menu, while keeping all the other user datas untouch. Is this possible and if yes, how to do that?

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
OpenBMS JSC
Solved:
Last query:
Last reply:
Revision history for this message
OpenBMS JSC (openbmsjsc) said :
#1

How to add images to questions? Maybe this is another question.

Revision history for this message
Husen Daudi (husendaudi) said :
#2

If you remove all menus and then run your server with -u all -d db_name option it will create all new menus with new structure.
By this way you will not get all menu access rights on groups. that you have to define again.

Revision history for this message
OpenBMS JSC (openbmsjsc) said :
#3

Hello,

How can I recreate all the permissions from affected groups: manually or there
is some automation possible?

Revision history for this message
Husen Daudi (husendaudi) said :
#4

you have to make menu permission manually.

If you have migration services purchased then you can upload your database for migration and get complete migrated database.

check this : http://migration.openerp.com/

Revision history for this message
OpenBMS JSC (openbmsjsc) said :
#5

I think the root cause maybe that there is incompatibility problems between different versions.
I install the new GTK client with the latest stable release and this problem disappear.

Anyway, thank you Husen for your assistance.