hi,
I want to add item to menu and when I click on it, I want to show some read-only html code (see below) and show it on full page and nothing else. I dont want save or edit buttons. Can anyone suggest how to create such a action menu and view ?
form string="Map" create="false" delete="false" editable="false">
<field name="map" widget="html"/>
</form>
You mean like showing an static html page without edition of the html or anything? Form views are not intended for it because it will need to select a record for display. Complete your idea with more details to provide you a proper solution