Thursday, February 14, 2019
5 changes · master
Resolved issues and error corrections
Slide views from people who are not members of a course or channel are now counted as public views. This helps teams see more accurate audience engagement, especially when content is viewed during setup or review by website publishers.
The dashboard app layout has been adjusted to work better on smaller screens. This makes dashboards easier to view and use on phones and tablets, reducing display issues for mobile users.
Original PR description
Task Id: 1904747
The task overview table in the Project app now adapts properly on small screens. This prevents content from overflowing off-screen, making timesheet-related task information easier to view on phones and tablets.
Original PR description
On small screens, when we click on the overview of a task inside the "project" app, the displayed table doesn't fit the screen. This commit only add missing parent "div.table-responsive" to add responsive support (cf: git diff --ignore-space-change odoo/master) opw-1907877
This update fixes two issues found during nightly testing: opening the Analytic Report in certain settings no longer causes an error, and Mexican localization test data now installs more reliably. These changes reduce failed automated checks and help keep reporting and localization features stable.
Original PR description
bugfixes on nightly builds
This update removes an outdated Python 2 compatibility reference from the Mexican cash-basis tax tests. It helps keep the module working with the current platform and avoids test failures during maintenance or upgrades.
Original PR description
Fixes: ``` File "/home/odoo/enterprise/l10n_mx_tax_cash_basis/tests/test_account_tax_cash_basis.py", line 8, in <module> from odoo.tools.pycompat import izip ``` Based on https://github.com/odoo/enterprise/commit/61fae488d7daffec4f73ec358f0bb7fce5e10fad