Monday, October 19, 2020
2 changes · master
Enhancements to existing features
This update strengthens automated checks so duplicate functions, classes, or methods are caught before they can cause issues. Several affected areas were cleaned up to meet the new check, reducing the chance of hidden mistakes reaching users.
Original PR description
With this commit, pylint will now point out when the same function/class/method is defined more than once in the same scope which is a recurring mistake Linked to https://github.com/odoo/enterprise/pull/14090 Prevents errors such as https://github.com/odoo/odoo/issues/59683 (and many others) from even happening
The Project portal now shows the creation date with the label "Created On" instead of the generic "Date". This reduces confusion by matching the field's meaning more clearly for users viewing project information.
Original PR description
Before this commit, Label for `create_date` was `Date` which was confusing for the user since there is no field with label `Date` in the backend. Now we use `Created On:` as the label. 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