Monday, September 21, 2020
2 changes · master
Resolved issues and error corrections
Point of Sale messages now use the same order label as the linked record, avoiding mismatched references in the chatter. This makes order communication clearer for users reviewing activity history.
Original PR description
We are using the reference to `pos.order` on adding the message to chatter, While we were using the name in the message. With this commit, we make record name consistent with the record reference being added to the chatter. 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
Fixed an issue where the visual droplet cue could lag behind or point to the wrong signing button during guided document signing. This makes the signing tour clearer and reduces confusion for users completing documents.
Original PR description
Currently, when signing the document during the tour, the droplet animation don't follow correctly the button. So in this commit, when tip animation is in progress, droplet reposition method is not call continuously, that's why there is lag when sign element is at bottom of document, so added step option, now droplet have correctly follow the button, or appear after the button animation TaskID: 2296010