Thursday, September 26, 2024
2 changes · saas-17.4
Enhancements to existing features
This update lets module manifests mark selected files, such as custom JavaScript guided tours, so they are excluded from maintenance line-of-code calculations. This helps keep maintenance metrics focused on relevant product code and avoids charging or reporting instructional tour content as maintained code.
Original PR description
In the context of the industries we want to create custome js tours. The role of these tours is to explain some flows to the user in a more intuitive version than text. Currently those tours are counted in the mainenance line of code. This comportment is not intended. After this commit, we will look at the cloc_excluded argument in the manifest and exclude those from the maintenance line of code. task-4056239 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds the missing test setup needed for a new Studio form dialog service. It helps keep Studio's automated checks reliable and reduces the risk of future changes breaking related behavior.
Original PR description
This commit add the dependecies for the new service hasFormViewInDialog on the studio tests.