Tuesday, February 18, 2020
32 changes
Resolved issues and error corrections
Custom backgrounds on the Odoo home screen now stay centered and are cropped appropriately on smaller screens. This prevents stretched images and gives users a cleaner, more consistent visual experience across devices.
Original PR description
Pad: https://pad.odoo.com/p/r.78f247cd2c20df951ac33e45387a0c7a Task: https://www.odoo.com/web#id=1997621&action=327&model=project.task&view_type=form&menu_id=4720
Miscellaneous changes
### Issue - Install Rental Working fine: - Create a rental only product - Orders - New order - Add a SO line, search your product Not working: - Schedule - Click on a rental - Click on SO - Add a SO line, search your product ### Cause The loaded view is the Sales one not the rental one ### Solution Use the form_view_ref and pass the correct view **OPW-2179301** Forward-Port-Of: odoo/enterprise#8523
Original PR description
### Issue - Install Rental Working fine: - Create a rental only product - Orders - New order - Add a SO line, search your product Not working: - Schedule - Click on a rental - Click on SO - Add a SO line, search your product ### Cause The loaded view is the Sales one not the rental one ### Solution Use the form_view_ref and pass the correct view **OPW-2179301** Forward-Port-Of: odoo/enterprise#8523
Bug === When `social_demo` is installed, we can not post on Facebook. Fix a test that crash if runned before the tests of "Social Facebook" Task 2188857 Forward-Port-Of: odoo/enterprise#8147
Original PR description
Bug === When `social_demo` is installed, we can not post on Facebook. Fix a test that crash if runned before the tests of "Social Facebook" Task 2188857 Forward-Port-Of: odoo/enterprise#8147
[FIX] web_enterprise: swipe on mail message is too sensitive Before this commit, the swipe is always enabled when you touch a message but sometimes also when the user scrolls up/down. This can lead to involuntary actions. This commit introduces a threshold before enabling the swipe which prevents from involuntarily triggering it when scrolling vertically. Task ID : 2198394 Forward-Port-Of: odoo/enterprise#8512
Original PR description
[FIX] web_enterprise: swipe on mail message is too sensitive Before this commit, the swipe is always enabled when you touch a message but sometimes also when the user scrolls up/down. This can lead to involuntary actions. This commit introduces a threshold before enabling the swipe which prevents from involuntarily triggering it when scrolling vertically. Task ID : 2198394 Forward-Port-Of: odoo/enterprise#8512
This commit adapts the code of the pdf splitter following the update of the pdfjs library ( https://github.com/odoo/odoo/pull/40917 ). Forward-Port-Of: odoo/enterprise#8514
Original PR description
This commit adapts the code of the pdf splitter following the update of the pdfjs library ( https://github.com/odoo/odoo/pull/40917 ). Forward-Port-Of: odoo/enterprise#8514
The tests weren't setting up the property_account_receivable and the property_account_payable correctly. Task-2155216 Forward-Port-Of: odoo/enterprise#8459 Forward-Port-Of: odoo/enterprise#8408
Original PR description
The tests weren't setting up the property_account_receivable and the property_account_payable correctly. Task-2155216 Forward-Port-Of: odoo/enterprise#8459 Forward-Port-Of: odoo/enterprise#8408
The method `button_draft` should be able to work on a recordset, while `l10n_mx_edi_is_required` does an `ensure_one`. This obviously crashes. opw-2193311 Forward-Port-Of: odoo/enterprise#8438
Original PR description
The method `button_draft` should be able to work on a recordset, while `l10n_mx_edi_is_required` does an `ensure_one`. This obviously crashes. opw-2193311 Forward-Port-Of: odoo/enterprise#8438