Daily updates from Odoo
Wednesday, April 8, 2020
7 changes
Enhancements to existing features
Field service task screens were updated to match recent project app changes that removed placeholder access groups. This keeps field service and field service sales views consistent and avoids configuration mismatches for users.
Original PR description
The "fake" groups were removed in the project application, this commit adapts to this change. TaskID: 2209133
The Sign app now uses clearer wording for the administrator label in user management. This helps users better understand which role includes administrative rights and reduces confusion when assigning permissions.
Original PR description
Before this commit, the administrator label in user management section was not clear enough about the admin rights. Taskid: 2198983
Advanced configuration screens now use the term "Model" instead of "Object" to make terminology more consistent and easier to understand. Relation fields also gain quick search support, helping users find the right model-related records faster.
Original PR description
PURPOSE Users are sometimes getting confusing between the concepts of 'objects' and 'models' when doing advanced configuration or customization. This task aims at unifying our terminology by replacing instances of 'object' by 'model'. SPECIFICATION Replace 'object' label by 'model'.And also add quicksearch on the relation field. LINKS PR: #9556 TaskId: 2209594
The TaxCloud configuration warning now appears in a more consistent place near the top of relevant forms, matching how similar alerts are shown in other Odoo apps. This makes the setup prompt easier for users to notice without changing any business process or tax calculation behavior.
Original PR description
warning message to configure your tax cloud is not set on the right place to be coherent with other apps. if class alert and alert-info under form tag, it'll appear on the form view under status bar. but this warning was defined in button box. after this pr warning message will appear at correct place to be coherent with other apps. Task- 2224885
The pull request reorganizes Enterprise test scripts so they are grouped into a single optimized bundle for desktop and mobile test suites. This is an internal quality and maintenance improvement that helps keep automated testing assets aligned across many Odoo apps without changing day-to-day user workflows.
Original PR description
Group all of the test scripts into a single minifyable assets bundle. This has been done for both the QUnit desktop and mobile suites. Community PR: https://github.com/odoo/odoo/pull/48676 Task 2002399
Users can now choose which decimal separator is used when importing QIF bank statement files. This helps avoid incorrect amounts when files come from regions or banks that use different number formats.
Original PR description
This commit adds the possibility to specify which decimal separator we want to use for QIF files import. OPW-2216166
Manufacturing order cost analysis now shows extra costs directly in the report table. This gives teams a more complete view of production costs by including subcontracting manufacturing costs and completed bill of materials service costs.
Original PR description
In Cost Analusis report of a manufacturing order, add the extra cost linked to the MO in the table report. The extra cost is the subcontracting mrp cost + the service cost of the bom. task-40259