Sunday, November 14, 2021
1 change · master
Enhancements to existing features
Reports can now include links that jump to another section of the same document, such as a table or heading. This makes generated manuals and long reports easier to navigate without opening an external browser page.
Original PR description
Description of the issue/feature this PR addresses: I want to generate manuals from Odoo. In manuals sometimes need to add a link to a table. Table: `<table id="table1">...</table>` Link: `<a href="#table1">Go to Table 1</a>"` Current behavior before PR: Will open browser with a link like localhost/#table1 Desired behavior after PR is merged: Move to the table with id **table1** in document -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr