Daily updates from Odoo
Thursday, April 5, 2018
2 changes · master
Resolved issues and error corrections
Fixes an issue where attachment previews in Mail could be hidden behind the chat window on mobile devices. This makes it easier for users to view shared files from conversations without the preview being blocked.
Original PR description
Chat window having higher z-index value then attachment preview model and in the mobile chat windows are covers whole screen so attachment preview is hidden behind chat window. so increasing preview model's z-index by 1 will fix the issue. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Features or functions removed from Odoo
The Mexican electronic invoicing module no longer includes the outdated CFDI 3.2 resources or tests because that version's testing environment has been deprecated. The system is now configured to use CFDI 3.3 by default, keeping invoicing aligned with the supported standard.
Original PR description
Now CFDI version 3.2 has depreciated the testing environment, so the electronic billing modules are configured to work by default with CFDI 3.3 and all the tests for version 3.2 are eliminated. All the data to 3.2 also was removed on this version.