Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8361 Vizualizări

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".

Imagine profil
Abandonează
Cel mai bun răspuns

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

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

Imagine profil
Abandonează
Autor

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?

Autor

I used the view editor available in the developer mode.

Related Posts Răspunsuri Vizualizări Activitate
1
aug. 24
1585
0
iun. 24
155
2
aug. 19
9577
1
mai 16
6468
0
iun. 20
4493