Friday, October 27, 2023
1 change · master
New functionality added to Odoo
The report editor now lets users add a dynamic table based on related records, such as order lines or linked entries. This makes it easier to build richer business reports without manually setting up repeated table rows, and related fixes improve field selection and undo/redo behavior while editing.
Original PR description
After this commit, there is a new command on the report editor (Dynamic table). A popover with only the x@many fields is shown and after the selection of the field, a table with a foreach is created. Inside of the foreach's row you can access to the sub field chosen previously.