Thursday, August 17, 2023
4 changes
Enhancements to existing features
Task planning screens are now cleaner by removing unnecessary stage-based views and grouping personal task planning by project by default. This makes it easier for users to review and organize work across projects in the Gantt view.
Original PR description
This will improve the following generic UX - remove unwanted views that use stage_id - added default groupby project in gantt view of my task task-3251648
Vehicle creation now starts in the appropriate initial stage, making the process clearer for fleet users. Contract and vehicle forms are also easier to manage, with editable vehicle details and support for property fields on vehicles and models.
Original PR description
Purpose ======= When you create a vehicle, there is no sense in adding it to the "registered column", you always start at the first stage. And this is also very subjective to create a contract for one year. Why ? In addition, the contract is empty, excepted for the date. Specification ============= - When you create a vehicle, his stage is : New Request - On the contract form view, make the vehicle's field editable, the driver is always related to the vehicle. - Allow to add property fields on vehicle and model TaskID: 3349871
Overtime generation is now better coordinated between employee attendance records, contracts, and planning schedules. This helps prevent duplicate work entries and makes overtime calculations more reliable for payroll and workforce management.
Original PR description
TaskID: 3102448
Work order start and pause actions now work more reliably when applied to several work orders at once. This helps manufacturing teams process batches of work orders more smoothly and reduces manual interruptions.
Original PR description
With this commit ================ The 'button_start' and 'button_pending' methods have been modified to accommodate multiple work orders, ensuring seamless functionality. task: 3374990 COM PR: odoo/odoo#130663