Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
5029 Ansichten

I have a html field in my form. When i try to edit my record this HTML field is automatically focused first.

Here is my code:

In .py file

description = fields.Html(string="Description")

and in xml file

<label for="description"/>
<field name="description" widget="html"/>

I have tried to remove the auto focus by the following:

<label for="description"/>
<field name="description" widget="html" tabindex="-1"/>
Still i didn't get any solution.
Avatar
Verwerfen

Did you add this field in the first position of the form ?

Autor

No. I have given in the middle.

and i have given takefocus=0 attribute in .py file, and its worked in my local. But when its in server its not working

I have tested the same in the odoo runbot, by adding a HTML field in the middle of the page and when clicking the edit button still the focus is on the first field

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Feb. 21
2628
3
Mai 22
9122
0
Apr. 18
7677
0
Juli 17
2826
0
März 15
6409