Tuesday, January 10, 2023
3 changes
Enhancements to existing features
Some previously untranslated Sale Order text is now available for translation. This helps businesses using multiple languages provide a more consistent localized experience for customers and staff.
Original PR description
This commit make some of non-translated string translatable of Sale Order.
Private field service tasks no longer show or allow setting a customer when no project is assigned. This reduces confusion by removing a field that is not useful for private tasks.
Original PR description
Before this PR when task is private user still able see and set customer on that task but if task is private then there is no use of customer on it. This PR hide customer field when task has not project set on it. task-3084850
The Referral and Field Service screens now hide company fields unless multi-company mode is enabled. This keeps forms simpler for single-company users while still assigning the correct default company behind the scenes.
Original PR description
…y activated before this commit, the company field in project and refferal is visible even without activating multi company feature(when company is single). after this commit in refferal default value is passed to the company and field will be shown only when multi company is activated.