[FIX] web_export_view: Remove newlines from fields having many2many_tags

This commit is contained in:
SimoRubi
2021-09-09 12:54:49 +02:00
parent c420cfb554
commit 682e5aaf7e
3 changed files with 134 additions and 1 deletions

View File

@@ -6,4 +6,9 @@
<script type="text/javascript" src="/web_export_view/static/src/js/web_export_view.js"></script>
</xpath>
</template>
<template id="qunit_suite" name="web_export_view tests" inherit_id="web.qunit_suite">
<xpath expr="//t[@t-set='head']" position="inside">
<script type="text/javascript" src="/web_export_view/static/tests/web_export_view_tests.js"/>
</xpath>
</template>
</odoo>