Daily updates from Odoo
Monday, April 29, 2019
5 changes · master
New functionality added to Odoo
Users can now view, add, and update followers directly from the enterprise web interface. This makes collaboration easier by helping teams manage who receives updates on records without needing technical steps or extra navigation.
Original PR description
Pad:https://pad.odoo.com/p/r.0fa02394ca0736744b1793b5ff5c3f96 Task:https://www.odoo.com/web#id=1928573&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Enhancements to existing features
CRM opportunity screens now show the related buying center contacts directly, reducing the need to navigate away during sales calls. This helps sales teams keep relevant people visible while taking notes, discussing the deal, or preparing a quote.
Original PR description
- [ ] Manual QA on runbot - [ ] Fix failing tests It is an utterly convenient feature to have the buying center at a finger tip on the opportunity screen. **Description of the issue/feature this PR…
- [ ] Manual QA on runbot - [ ] Fix failing tests It is an utterly convenient feature to have the buying center at a finger tip on the opportunity screen. **Description of the issue/feature this PR addresses:** - Have a complete view over the buying center from a crm opportunity **Current behavior before PR:** - The buying center was a few clicks away - Those clicks might interrupt an ongoing note taking so it's pretty annoing **Desired behavior after PR is merged:** - Have the whole buying center at sight so you can easily do smart name dropping throughout a phone call while taking notes and generating a quote. **Thinkable further improvements:** - Define the (copied) contact `kanban` and `form` view as independent view records in `base` and only reference them with `ref` here. (36136eebda4f6b847746fe04a0614e80cbc2c1f1) **Note:** Please do not close, even if not immediately accepted (wishlist tag). This PR is meant to be carried along and actively maintained, until this semantic will be completed this way or another. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
The Documents app now offers improved image handling tools, making it easier for users to work with image files directly in their document workflow. This helps teams review and manage visual content more efficiently without leaving Odoo.
Original PR description
Enterprise counterpart of https://github.com/odoo/odoo/pull/31811
Resolved issues and error corrections
This fixes an issue that caused an error screen when employees tried to log in to Point of Sale. Employee access to POS should now work normally, reducing disruption during sales operations.
Original PR description
task: https://www.odoo.com/web?#id=1974669&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.73aa7ac6be8848f0666095af0146e2ff Before this commit there was a trace back when trying to login with employees.
This fix restores the ability to choose an employee on the Point of Sale login screen after a recent platform update caused an error. Businesses using employee-based POS access can log in and operate the POS normally again.
Original PR description
Description of the issue/feature this PR addresses: Following the jquery3 update, trying to select the pos employee on the `LoginScreenWidget`raises an error. Current behavior before PR: It is impossible to select an employee in the point of sale login screen. Desired behavior after PR is merged: No error is raised anymore and it is possible again to use the pos with an employee. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr