Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
8406 Visualizzazioni

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
Abbandona
Risposta migliore

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

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

Avatar
Abbandona
Autore

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?

Autore

I used the view editor available in the developer mode.

Post correlati Risposte Visualizzazioni Attività
1
ago 24
1663
0
giu 24
155
2
ago 19
9625
1
mag 16
6501
0
giu 20
4521