oca-web/odoo-bringout-oca-web-web_widget_pattern/web_widget_pattern/static/src/autocomplete.xml
Ernad Husremovic 53fddf87c8 Add oca-web submodule with 68 web modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:27:15 +02:00

10 lines
294 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="web.AutoComplete" t-inherit-mode="extension" owl="1">
<input position="attributes">
<attribute name="t-att-pattern">props.pattern</attribute>
</input>
</t>
</templates>