When we inspect the Odoo field , we can see the HTML id of that. But it is changing from time to time. Is there any method to set that HTML id a constant ? Following is an example how it appears.
<label for="o_field_input_27" class="o_form_label c_label-9" style="width:30% !important;">
Phone
</label>
<input class="o_form_input c_field-63 o_form_field" id="o_field_input_27" type="text" style="width:25% !important;margin-right:7% !important">
Would you please add more details?