[ADD] web_widget_pattern

This commit is contained in:
Holger Brunn
2024-04-23 17:17:04 +02:00
parent 5f6aa6c566
commit 7a59f5ef4d
33 changed files with 1373 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?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>