Wednesday, June 3, 2020
5 changes · master
Resolved issues and error corrections
This fixes a duplicated field shown in the project task list, reducing clutter and potential confusion for users. The task list should now present information more clearly without repeating the same data.
Original PR description
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 fix prevents occasional errors when importing PDFs that do not contain embedded files. It helps accounting and invoicing workflows continue smoothly when users upload or process PDF documents from external sources.
Original PR description
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
When a user account is archived, its OAuth login token is now cleared. This prevents a former account from blocking a newly created user with the same email address from signing in with Google.
Original PR description
**Description of the issue/feature this PR addresses:** Instal Google oauth Create a user A with email : `a@a.a` Login With Google on this user Archive this user A Rename email adresse of user A : `a_old@a.a` Create a user B with email : `a@a.a` Try to connect with google : impossible `ERROR: ERREUR: la valeur d'une clé dupliquée rompt la contrainte unique « res_users_uniq_users_oauth_provider_oauth_uid »` This PR reset token when you archive an user. @odony -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Fixes an issue that could prevent cash-in and cash-out entries from being created in the cashbox after a recent accounting change. This helps users record cash movements reliably without errors during daily cash handling.
Original PR description
'account_id' & 'name' are no longer valid fields to create a statement line since: https://github.com/odoo/odoo/commit/caeb782841fc5a7ad71a196e2c9ee67644ef9074 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes a small grammar issue in an access message shown to users. The clearer wording helps make the message more professional and easier to understand when access is restricted.
Original PR description
BEFORE: Only employee can access this database. Please contact the administrator. AFTER: Only employee**s** can access this database. Please contact the administrator.