Sunday, November 14, 2021
2 changes · 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
Miscellaneous changes
The flow has been broken multiple times across the years. Let's add a test in all stable versions. In 14.0 and 15.0, bugs in that flow have been reintroduced in multiple ways, those will be fixed during the forward-port of this test. Forward-Port-Of: odoo/odoo#79730 Forward-Port-Of: odoo/odoo#79579
Original PR description
The flow has been broken multiple times across the years. Let's add a test in all stable versions. In 14.0 and 15.0, bugs in that flow have been reintroduced in multiple ways, those will be fixed during the forward-port of this test. Forward-Port-Of: odoo/odoo#79730 Forward-Port-Of: odoo/odoo#79579