In Odoo 13, when doing a pdf report print how to assign page break for a table such that it occurs in the beggining or end of a row
Currently, when trying to print a report where there are more table records than a single page can contain, the table will be split across multiple pages. The split occurs at whatever point reaches the bottom margin, which predictably happens in the middle of a table row and splits its contents across two pages (example shown below).
I would like to modify this functionalitysuch that when reaching the bottom margin, a break always happens between records instead.
Resolving a KeyError in Odoo 13, where the required key is stored in a ‘/security.xml’ file
Try to reinstall a set of custom Odoo 13 modules on a new Ubuntu-based virtual machine. For one of the modules (material_purchase_requisitions), I keep encountering the following server error at the point of installation (Error message shortened to only the most relevant part):