Wednesday, December 29, 2021
9 changes · master
Enhancements to existing features
Website editors now see a short tooltip after clicking a content block, explaining that it can be dragged onto the page. This small prompt helps users understand how to add blocks more quickly, while avoiding interruption once they start dragging.
Original PR description
This commit introduces a tooltip to indicate to the user that he can drag and drop the block into the page. This tooltip is shown after a delay; if the user has started dragging the block in the meantime, the tooltip won't be shown. Otherwise, it auto fades out. task-2431469 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Miscellaneous changes
The translation of purchase.order().notes name (Terms and Conditions) is wrongly done in bulgarian since 2016 (d14efd562b4c6d8868662b104d9dcdce90456737). opw-2719178 Forward-Port-Of: odoo/odoo#81985
Original PR description
The translation of purchase.order().notes name (Terms and Conditions) is wrongly done in bulgarian since 2016 (d14efd562b4c6d8868662b104d9dcdce90456737). opw-2719178 Forward-Port-Of: odoo/odoo#81985
Steps to reproduce: - Create an account group for a range for example from 100000 to 200000 - Now edit the group to have a range from 100000 to 150000 Issue: The accounts with code > 150000 are still in the account group Solution Adding an other intermediary table to the query in order to take into account the accounts which have no group_id opw-2695533 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged
Original PR description
Steps to reproduce: - Create an account group for a range for example from 100000 to 200000 - Now edit the group to have a range from 100000 to 150000 Issue: The accounts with code > 150000 are still in the account group Solution Adding an other intermediary table to the query in order to take into account the accounts which have no group_id opw-2695533 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 Forward-Port-Of: odoo/odoo#82017 Forward-Port-Of: odoo/odoo#81475
Fixes an error happening near the end of the year with one of the test. The error was introduced with 254d6a71e8d5e7bdf8b302d774e024646921b72d TaskId-2724172 Forward-Port-Of: odoo/odoo#82013
Original PR description
Fixes an error happening near the end of the year with one of the test. The error was introduced with 254d6a71e8d5e7bdf8b302d774e024646921b72d TaskId-2724172 Forward-Port-Of: odoo/odoo#82013
* = website_livechat Prevents from leaking unnecessary information to livechat clients. opw-2453956 Forward-Port-Of: odoo/odoo#81990 Forward-Port-Of: odoo/odoo#68946
Original PR description
* = website_livechat Prevents from leaking unnecessary information to livechat clients. opw-2453956 Forward-Port-Of: odoo/odoo#81990 Forward-Port-Of: odoo/odoo#68946
Step to reproduce: - Settings -> Mail channel -> any chat-type channel - Go to Members - Add an user - Refresh the page Current Behaviour: - Traceback - Chat are designed for 2 users and you should not be able to add more Behaviour after PR: - Can only edit members of channel if it's not a chat - User error if try to add more user - Fix traceback if there is too much users opw-2717341 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr F
Original PR description
Step to reproduce: - Settings -> Mail channel -> any chat-type channel - Go to Members - Add an user - Refresh the page Current Behaviour: - Traceback - Chat are designed for 2 users and you should not be able to add more Behaviour after PR: - Can only edit members of channel if it's not a chat - User error if try to add more user - Fix traceback if there is too much users opw-2717341 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#82002 Forward-Port-Of: odoo/odoo#81916
Current behaviour: - Setup class create chat with base user leading to a 3 users' chat (creating user is auto-added to chat) Behaviour after PR: - Create chat as one of the user in the chat fix for PR odoo/odoo#81916 Forward-Port-Of: odoo/enterprise#23141 Forward-Port-Of: odoo/enterprise#23137
Original PR description
Current behaviour: - Setup class create chat with base user leading to a 3 users' chat (creating user is auto-added to chat) Behaviour after PR: - Create chat as one of the user in the chat fix for PR odoo/odoo#81916 Forward-Port-Of: odoo/enterprise#23141 Forward-Port-Of: odoo/enterprise#23137
… of the fetch_mail servers loop method Forward-Port-Of: odoo/enterprise#23102
Original PR description
… of the fetch_mail servers loop method Forward-Port-Of: odoo/enterprise#23102
X-original-commit: 6e5c9720c91367eb67c7c2adcf2552ddb9232d99 Forward-Port-Of: odoo/enterprise#23103
Original PR description
X-original-commit: 6e5c9720c91367eb67c7c2adcf2552ddb9232d99 Forward-Port-Of: odoo/enterprise#23103