mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
15 lines
364 B
XML
15 lines
364 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates xml:space="preserve">
|
|
|
|
<t
|
|
t-inherit="partner_autocomplete.PartnerAutoCompleteCharField"
|
|
t-inherit-mode="extension"
|
|
owl="1"
|
|
>
|
|
<AutoComplete position="attributes">
|
|
<attribute name="pattern">props.pattern</attribute>
|
|
</AutoComplete>
|
|
</t>
|
|
|
|
</templates>
|