Hi everyone! I'm having trouble trying select the city field from a res.partner inherited form view in Odoo 14.
This issue doesn's show up with other field from the same view.
Example:
<field name="city" position="after">Hi!</field>
produces nothing.
But
<field name="street" position="after">Hi!</field>
shows "Hi!" after the street field, as expected.
Can anyone help me?