-
- Downloads
[FIX] web_editor: make monetary field unremovable
Before this commit, the span within monetary field could wrongly be
removed. Python code that parse the value (see `from_html` of
`ir.qweb.field.monetary`) expect to have that span available.
This commit make that span being unremovable.
opw-3090775
closes odoo/odoo#107421
Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
Showing
- addons/web_editor/static/lib/odoo-editor/src/utils/utils.js 1 addition, 0 deletionsaddons/web_editor/static/lib/odoo-editor/src/utils/utils.js
- addons/web_editor/static/lib/odoo-editor/test/editor-test.js 1 addition, 0 deletionsaddons/web_editor/static/lib/odoo-editor/test/editor-test.js
- addons/web_editor/static/lib/odoo-editor/test/spec/odooFields.test.js 21 additions, 0 deletions...ditor/static/lib/odoo-editor/test/spec/odooFields.test.js
Loading