I'm a new user of Odoo 19 Custom Online. The field drag & drop functionality and properties editing functions in the Studio sidebar are not shown when editing Reports. They are shown when editing a Form. I have seen demos where drag and drop, and property editing for Reports works similar to Form editing. Is that functionality no longer available in Studio? If it is, how do I enable it? I am in developer mode.
Thanks
-Paul
This question has been flagged
Hi Paul,
In Odoo 19, Studio still supports report customization, but it works differently from Form views.
The drag-and-drop field builder and sidebar property editor you see in Forms are not fully available for standard QWeb PDF reports. Reports are based on QWeb templates, which are more technical in nature, so Studio doesn’t always provide the same visual editing experience as it does for Forms and List views.
In some demos, what you’re seeing is either:
• Editing of document layouts (which is supported visually), or
• Enterprise features with specific report types that allow limited drag-and-drop blocks.
If you're not seeing the sidebar while editing Reports, it’s usually because:
The report is a QWeb PDF report (code-based structure).
The report template isn’t fully Studio-compatible.
To customize such reports, you generally need to:
• Edit the QWeb template directly (Developer mode → Technical → Reports → QWeb Views), or
• Create a new custom report template via Studio and modify the XML structure.
So the functionality isn’t completely removed — it’s just more limited for Reports compared to Forms.
If you can share which report you're trying to modify (e.g., Invoice, Sale Order, etc.), it would be easier to guide you more specifically.
Hope this helps! If not, please contact: santosh.sekwadia@zehntech.com
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Yes, it has changed. The old drag and drop was removed in 16.4
https://www.odoo.com/forum/help-1/edit-pdf-reports-with-sudio-odoo-online-v164-add-tab-missing-236283
Thank you very much for your responses. That clears it up for me.