Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
8829 Weergaven

While editing a project form, I accidentally deleted the <h1> tag from the 'name' field. Now the project name appears as regular text in the form view. I tried using the node type html_tag and got the error message "Can't Update View".

Avatar
Annuleer
Beste antwoord

Again you can add h1 tab in view.
Add following code.

<h1>
    <field name="name" class="oe_inline" readonly="1"/>
</h1>

Avatar
Annuleer
Auteur

Sudhir, how can I add h1 tab in the view? Is there another way besides using view editor? Or if I use view editor, what node type should I use?

How did you edit the view previously?

Auteur

I used the view editor available in the developer mode.

Gerelateerde posts Antwoorden Weergaven Activiteit
1
aug. 24
2258
0
jun. 24
155
2
aug. 19
10303
1
mei 16
6950
0
jun. 20
4892