Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit bcf6536

Browse files
author
Paul Catinean
committed
Merge branch '12.0-T-00633-Custom-values-default-value-bizz-chp' into '12.0'
[IMP][T-00633] website_product_configurator: make changes for textarea value store See merge request pledra/odoo-product-configurator!70
2 parents ae8d373 + ccb40d1 commit bcf6536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_product_configurator/data/config_form_templates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<textarea t-att-id="'%s%s' % (custom_field_prefix, line.attribute_id.id)"
234234
t-att-name="'%s%s' % (custom_field_prefix, line.attribute_id.id)"
235235
t-att-data-oe-id="line.attribute_id.id"
236-
t-att-class="'form-control custom_config_value' + (' required_config_attrib' if (custom_value or not line.value_ids) and line.required else '')"></textarea>
236+
t-att-class="'form-control custom_config_value' + (' required_config_attrib' if (custom_value or not line.value_ids) and line.required else '')"><t t-esc="custom_value.value"/></textarea>
237237
</t>
238238
<t t-if="custom_type == 'datetime'">
239239
<div class="input-group date" t-att-id="'datetime-%s%s' % (custom_field_prefix, line.attribute_id.id)" data-target-input="nearest">

0 commit comments

Comments
 (0)