Friday, February 28, 2025
2 changes · saas-17.4
Resolved issues and error corrections
This fix prevents attendance kiosk mode from failing when a company's contact record has no language set. The system now falls back to the current environment language, allowing employees to access kiosk mode normally.
Original PR description
Issue: When you try to acssess the kiosk mode for a company which has no lang set on its partner, a blocking error is raised solve: add the env.lang as a default lang if the partner lang return false Task: 4465594 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sales order line product form now displays the product field with a proper label. This keeps fields like quantity and delivery information aligned and in the expected order when users create order lines.
Original PR description
Steps: - Install sales app. - Open a sale order and toggle studio. - Click on list view, select 'Edit list view' - Select 'Open form view' for 'when creating record' under 'views' side panel. - Go back to sale order. Add Product in sale order line. - Create Order Lines form opens. Issue: - Fields (quantity, delivered, etc.) are misformatted and not in sequence. - Product field has no label. Cause: - There was no label defined for product field as done for others that was breaking the flow and sequence. Fix: - Added a Label to product field which solves the issue. opw-4455197