Tuesday, September 7, 2021
2 changes
Resolved issues and error corrections
This update removes invalid default values from certain linked read-only fields so records are initialized consistently. It helps prevent configuration errors that could affect documents, appraisals, and Belgian payroll accounting tests without changing normal user workflows.
Original PR description
Setting a default value on a related field that is readonly without an inverse method is illegale. We now ensure it at the field instanciation. If the other related field has a default value then duplicating the default on the relating field is illegale too. There is no cheap way to ensure it so we fixed those fields here without including a warning. For the record, granting a default value to a related readonly=False field is permitted. Compagnion enterprise commit of #67762
Some conditional formatting terms in Documents spreadsheets were not appearing in the user's selected language. This fix ensures those labels are translated, improving clarity for multilingual users.
Original PR description
before this commit, some conditionnal formatting terms were not translated. after this commit they are. task-id : 2627637