Tuesday, November 6, 2018
5 changes
Enhancements to existing features
The Time Off app now includes sample leave allocations and leave requests for multiple employees, making test databases look more realistic and easier to evaluate. A related employee manager field was also restored to avoid warnings when employee reporting lines change.
Original PR description
The module lacks demo data to have a nice visual display when testing the application Add allocation requests and leaves request for several employees TaskID: 1906478
Service products can now only use units of measure that make sense for services, such as time, units, or custom uncategorized units. This reduces setup mistakes and helps keep product data cleaner and more consistent.
Original PR description
PURPOSE : In the product form, when the product is a service, we can actually select any kind of Unit of Measure. We should only be able to select UoM of 'time' or 'unit' category (or the custom ones, having no measurement_type). Task : https://www.odoo.com/web/#id=1839916&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Sales invoices now use the correct wording for down payment lines instead of calling them advances. This improves clarity for customers and staff by using standard business terminology.
Original PR description
A down payment is not an "advance", this is Frenglish opw-1882810
Quality teams can now use text entry and photo capture checks directly during warehouse picking operations. The picking check screens were updated to better support these check types and guide users through failures and follow-up checks, while workorder-only options remain limited to manufacturing workflows.
Original PR description
- Enable test types 'text' and 'take picture' when a quality check is made on a picking - Updated views for quality checks in a picking
The HR salary contract menu item has been moved to align with recent HR app navigation changes. This makes the menu structure more consistent and easier for users to navigate.
Original PR description
The menuitems for the hr application have been modified. This commit is the continuation of these modifications.