Tuesday, June 25, 2024
1 change · master
Enhancements to existing features
Sale order forms now hide the recurring details area when there is no information to show. This removes unnecessary blank space and makes subscription-related orders easier to read.
Original PR description
Prior to this commit, when the `recurring_details` field was empty in the footer of a sale order form view, this field was always rendered and created an unwanted empty space. This commit hides the field when it's empty. task-3983459 Requires: - https://github.com/odoo/odoo/pull/169625 --- | Before | After | |--------|--------| | <img width="357" alt="Capture d’écran 2024-06-20 à 14 37 43" src="https://github.com/odoo/enterprise/assets/80679690/1fe04ec4-f6a5-4067-9160-5055bb6a228b"> | <img width="314" alt="Capture d’écran 2024-06-20 à 14 37 59" src="https://github.com/odoo/enterprise/assets/80679690/fbab2795-b3a6-4f51-aec5-01a6f05c837d"> |