Daily updates from Odoo
Monday, July 29, 2019
3 changes · master
New functionality added to Odoo
A new Forecasted Inventory menu lets users review expected stock levels across all products in one place instead of checking each product individually. The report includes list and pivot views with product and time-based grouping, plus company-based access rules so users only see relevant records.
Original PR description
Task - https://www.odoo.com/web?debug=assets#id=36088&view_type=form&model=project.task&action=327&menu_id=4720 Pad - https://pad.odoo.com/p/r.e28516e06644727780892ff2cca4305d
Enhancements to existing features
Company document branding settings have been moved into a guided wizard available from general settings and the sales and accounting onboarding flows. Users can now adjust report layout, logo, colors, fonts, headers, footers, paper format, and preview changes in one place, making branded business documents easier to configure.
Original PR description
The onboarding modal for setting up the few base fields of a company has now been moved to a wizard It is accessible from the general settings, but also in the onboarding section of sale and account…
The onboarding modal for setting up the few base fields of a company
has now been moved to a wizard
It is accessible from the general settings, but also in the onboarding
section of sale and account modules.
The following company settings are editable with that wizard:
- Set report layout:
The user can chose the overall look of the report. The current choices
are : "Standard" (default), "Background", "Boxed" and "Clean".
Each layout has its own pair of default colors.
- Set company logo:
Changes the company logo.
- Set report colors:
The user can set the primary and secondary colors of the report through
a newly added widget allowing to pick a custom color.
Colors are automatically changed when:
> changing company logo:c olors are computed from the logo
> changing the report layout:
colors are set to the default colors of the new layout
A "Reset colors" button is shown when using custom colors, allowing
the user to set the colors to the layout default colors
- Set report font:
Changes the overall font of the report. Only Google Fonts are used
for enhanced compatibility.
- Company tagline, also called "header"
- Footer
- Paper format
- Report preview:
A mockup of a final report
Reacts to changes of relevant fields
Task 1919288
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prResolved issues and error corrections
This fix prevents Odoo from starting duplicate background services, which was causing visible messaging issues. Users should no longer see duplicated chat windows, stale message counters, or conversations that only update after a page reload.
Original PR description
Revision on https://github.com/odoo/odoo/pull/32132 The PR above introduced a bug where services were duplicated. This is caused by the change that turned the crash manager into a service and a service provider. The former is intended but not the latter. This issue is especially noticeable with services that have internal state, such as the mail service: - Duplicated chat windows; - Systray messaging counter not incrementing; - Posting a message is not visible in conversation until next page reload; - etc. Closes #34910 Task-ID 2040517 Task-ID 2042393