{# Char-backed image picker: stores a URL, sourced from the file library. The hidden input carries a plain URL string (so the value drops into a Char column like ``res.company.logo_url`` unchanged). The operator can: * Pick from library → opens /web/files/picker (image filter), stores the chosen attachment's public download URL. * Paste a URL → external links still work. * Clear → empties the value. Config rides on ``data-pv-cfg`` (per-element) rather than a shared global, so multiple instances on one form (logo / dark logo / favicon) don't clobber each other. Variables: name, value, accept, readonly #}