Friday, September 27, 2024
3 changes
1 change
Code cleanup and technical improvements
This update modernizes internal code patterns across several service-related areas without changing business features or workflows. It helps keep the software easier to maintain and reduces future technical overhead.
Original PR description
task-4213820
1 change
Code cleanup and technical improvements
This update simplifies the way imported data is processed, reducing unnecessary database work. It should make imports more efficient while keeping existing behavior unchanged for users.
Original PR description
https://github.com/odoo/odoo/pull/174366 task-4027103
1 change
Code cleanup and technical improvements
This update adds a customization hook to the Field Service Sales module, allowing businesses to modify sale order values during creation without complex workarounds. This makes it easier for companies to extend the system with custom business logic when creating sale orders from field service tasks.
Original PR description
before this commit, if user need to pass any different value to the sale order creation, there is no direct hook available to do the same after this commit, this hook can be used to pass any value or to modify any existing value passed to the create method