Tuesday, December 10, 2024
3 changes · master
Resolved issues and error corrections
This fix prevents custom content blocks in forms from being pushed onto a new line unexpectedly. It helps keep form layouts consistent and avoids visual disruptions for users working with customized forms.
Original PR description
Since the removal of the `d-contents` in form view when we have a custom div and not a field into an inner group it will wrap to the next line. This commit fixes this problem using a class to identify when we have a custom div and so excluding the CSS rules. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Restaurant setup data has been moved into the restaurant scenario so it is available when that scenario is installed without general demo data. This prevents installation errors and makes restaurant point-of-sale setup more reliable.
Original PR description
Before demo data of presets was in point_of_sale module demo data. That was causing a error when installing pos_restaurant module without demo data and trying to install Restaurant scenario. Now preset demo data is in restaurant scenario demo data.
The update fixes an automated check for managing favorites so it works consistently across Odoo editions and different app configurations. This helps prevent false failures during testing and improves confidence that favorite management behaves correctly.
Original PR description
This commit solves two issues with the favorite management tour: - first one is that the tour would only work in enterprise since it used the home menu to access apps - second issue is that the tour would check the exact amount of account charts apps which is not reliable in all cases