Daily updates from Odoo
Thursday, February 14, 2019
6 changes · master
Enhancements to existing features
The website theme installation screen now presents the currently active theme with an adjusted layout and tooltip placement. This makes it easier for users to identify the active theme and understand related information while managing website themes.
Original PR description
Description of the issue/feature this PR addresses: Change the layout of the active theme in the list 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
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 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
Code cleanup and technical improvements
Manufacturing planning was updated to stay compatible with recent procurement processing changes. This is an internal technical adjustment that helps planned replenishment continue working correctly across company-specific purchasing rules.
Original PR description
Since refactoring of procurement in batch. run take a list of Procurement nametuples.