This question has been flagged
1 Reply
1979 Views

I have created new screen in openerp asset module. i have given <page string="Accounting" position="replace">  but it is hiding in all the screen in different modules. how will i do pirticular module?

Avatar
Discard
Best Answer

Maybe the easiest way in your case is to create complete new view :

- copy/paste in xml, custimize it and give it a high sequence (low priority..)
(hint: default sequence = 16.. so you should use something like sequence=50 ...),

then override only menuitem for view you want to customize and point it to custom view.

That way all other forms across other modules will stay exactly as they were, and your custom view will be available trough created custom menuitem.

Avatar
Discard