Dear Odoo'ers
I would like to perform certain modification to the predefined standard report layout "external_layout_standard". To be more precise I want to modify the column width of the footer, since our bank account numbers (IBAN) have an unwanted line break, because the corresponding column is to narrow.
I found the right place adapt the HTML/QWeb view. Since it recommened to not perform changes on standard views, I created an inherited view. So far OK.
But now I don't know, how to applay this inherited view to the companys general document layout.
When I go to the general settings and open the dialogue to configure the document layout, I don't see a way to selct the modified/inherited view.