{# Many2one combobox — searchable, create-on-the-fly, open-record. Expected variables: name field attribute name (form input name) comodel comodel model name (e.g. "res.country") search_url "/api/m2o/search?model=res.country" form_view_url "/web/views/base/country.form" or None initial_id currently selected record id (or None) initial_label display label for the initial id (or "") readonly bool #}
{# Hidden input — the actual value submitted with the form. #}
{# Combobox input. #}
{# Clear button (only when a value is set and not readonly). #}
{# Open-record — Odoo-style button; loads the form in PvDialog. #}
{# Dropdown. #}