Daily updates from Odoo
Tuesday, September 7, 2021
8 changes
Enhancements to existing features
The marketing automation email setup was cleaned up by removing a scheduling section that is no longer used. The A/B Test page is also hidden in this area, reducing clutter and helping users focus on currently supported options.
Original PR description
We have now removed the schedule block from the view. Since no longer needed we remove this part task-2123242 COM PR: odoo/odoo#75622
Payroll users can now edit selected payslip line details directly from a new action while the payslip is in the computed review stage. The change helps payroll teams make corrections without fully recalculating the payslip, reducing the risk of overwriting manual adjustments.
Original PR description
This PR allows the user to apply modification to the payslip lines of a payslip. **To do this** : A wizard named "Edit Payslip Lines Wizard" is created. This wizard is called with the "Edit Payslip Lines" button available in the action buttons when the user is in the form view of a payslip. However, the payslip lines of a payslip which is waiting can only be edited, if the user tries to edit a payslip with another state then an UserError exception is raised. In the new wizard, the user can edit the name, the amount and the quantity fields of each payslip line. When the quantity or the amount of a payslip line is edited, we open a dialog to ask if the next payslip lines should be adapted or not. If yes, then we recompute only the following lines of the one has been edited.
Appointment types can now be archived instead of permanently removed or left visible when no longer needed. This helps teams keep appointment setup lists tidy while preserving past configuration and related history.
This update improves quality control usability with clearer labels, better search and filtering, new product navigation, and more consistent status indicators. It also makes quality checks easier to review by clarifying whether they relate to stock or manufacturing and by adding more useful details to PDF reports.
Original PR description
Various UI improvements in modules related to quality_control. 1. In the quality.check tree view, allow to search / group by / sort by finished lot/serial number. 2. Allow to select product…
Various UI improvements in modules related to quality_control. 1. In the quality.check tree view, allow to search / group by / sort by finished lot/serial number. 2. Allow to select product categories instead of only individual products for the set up of a quality.point. Both should be usable at the same time. 3. FIX : if a user select "Operation Type: Manufacturing" and doesn't specify a Work Operation, products can't be selected anymore. Allow to select freely products if no Work Operation is selected yet. 4. Create a new menu dedicated to products like in stock. 5. Rename 'name' column of quality.check to 'reference' to match quality.point 6. Make state icon red/green everywhere for quality.check stat buttons (picking, MO) and make failed state red in tree view 7. Quality Alerts : Rename 'Make Alert' to 'Create Alert' 8. Remove default group by when accessing quality control points and add a order by reference by default on the quality check tree view 9. If a quality.check is linked to a manufacturing order, make picking option invisible. Make it dependent on quality.check state : if in 'to do' state, everything is editable. If done (failed or passed), the field which is not filled out is not to be edited anymore and is simply invisible. 10. Rename 'control type' to 'control frequency' 11. Add various informations on quality.check worksheet pdf report. 12. When a quality point is linked to a work order operation, it is somewhat different than a standard quality point (its a manufacturing step). Therefore, when a quality check is linked to such a quality point, it should be easily differentiable when doing reporting. Therefore, add a filter capabilility in quality.point and quality.check that allows to differentiate these. Task-2524922 See odoo/upgrade#2743
This update streamlines product-related screens and settings across several business apps, making product configuration more consistent and easier to use. Teams working with manufacturing, eBay sales, planning, rentals, subscriptions, and product classification should see clearer product information where they manage these workflows.
Original PR description
[task-2605931](https://www.odoo.com/web#cids=1&id=2605931&model=project.task&menu_id=)
Odoo’s dashboard and cohort reporting views have been rebuilt on the newer OWL interface framework. This improves consistency across reporting screens, mobile behavior, search panels, and related spreadsheet/reporting integrations, making reporting views easier to maintain and more reliable for users.
Original PR description
In this PR, we convert the dashboard and cohort views to OWL. More details are given in each commit. Co-authored-by: Aaron Bohy <aab@odoo.com> Co-authored-by: Bruno Boi <boi@odoo.com> Co-authored-by: Géry Debongnie <ged@odoo.com> Co-authored-by: Samuel Degueldre <sad@odoo.com> Co-authored-by: Mathieu Duckerts-Antoine <dam@odoo.com> Co-authored-by: Simon Genin (ges) <ges@odoo.com> Co-authored-by: Francois (fge) <fge@odoo.com> Co-authored-by: Michael Mattiello (mcm) <mcm@odoo.com> Co-authored-by: Julien Mougenot <jum@odoo.com> Co-authored-by: Lucas Perais (lpe) <lpe@odoo.com> Co-authored-by: Jorge Pinna Puissant <jpp@odoo.com> Co-authored-by: stefanorigano (SRI) <sri@odoo.com>
Partner commissions now support a company-level minimum purchase order amount before automatic confirmation, helping avoid payment fees on very small payouts. Commission plans can also be archived and limited to specific companies, reducing mistakes when assigning plans across sales orders or subscriptions.
Original PR description
Minimum amount -------------- Add a new restriction for automatic confirmation of the PO: The Po should have a minimum amount_total define per company if a po does not have reach the minimum amount, it will not be confirmed automatically. So, the po wait for more commission. This avoid to pay to payment fee for small commission. Archive ------- Allow commission plan to be archived Commission plan multi company ----------------------------- Commission plan can be link to only one company, in that case it won't be possible to assign the plan to a subscription or sale order from another company. + Fix the settings Migration PR: https://github.com/odoo/upgrade/pull/2790 Task [#2629418](https://www.odoo.com/web#id=2629418&model=project.task&view_type=form&cids=1%2C3%2C17&menu_id=)
The Helpdesk digest email now includes revised tip content. This improves the clarity and usefulness of recurring digest emails for Helpdesk users.
Original PR description
Revamped the tip in Helpdesk's digest_data.xml for digest emails.