In 13. version of Odoo I want to generate document with wizard that has HTML field. I need to modify certain elements within this HTML field with contenteditable attribute (contenteditable="True"), but it seems this attribute is being ignored.. when I debug this html in the web browser, attribute contenteditable is not present in there.
This however worked in 9. version.