Friday, May 3, 2024
3 changes · master
Enhancements to existing features
Creating a spreadsheet in Documents will no longer show a template selection dialog when no templates are available. This restores the previous behavior, reducing unnecessary steps for users who just want to create an empty spreadsheet.
Original PR description
This reverts commit 6d0af6cf42dbf033fe2b886d8ba60daec611f104. Task: 3761476
This update streamlines accounting-related test preparation so tests create fewer unnecessary default records, such as extra currencies and companies. It helps keep internal validation faster, simpler, and easier to maintain without changing day-to-day product behavior.
Original PR description
Removal of chart_template_ref and other arguments of setUpClass Avoid second currency and company created by default For currencies setup in test, avoid the data object Also removed the Test class `TestSaleTimesheetEnterpriseMultiCompany` as it is not used
Document-related screens now allow long titles to wrap onto multiple lines instead of being cut off or forced into one line. This makes longer folder, rule, and facet names easier for users to review without losing context.
Original PR description
Earlier the title was stuck to the single line in various models of the documents. This PR addresses the issue and provides multiline support for the titles. Task-3870149