Monday, August 17, 2026
2 changes · saas-19.1
Enhancements to existing features
Belgian Blackbox point-of-sale flows now move on without waiting for receipt printing when an order is canceled. This reduces delays for staff and keeps checkout operations smoother when cancellations happen.
Original PR description
Stop awaiting the receipt print in the POS for canceled orders task-id: 6425204 community PR: https://github.com/odoo/odoo/pull/280002 Forward-Port-Of: odoo/enterprise#127818
The `create_calendar_meeting` field on `hr.leave.type` allows users to choose if leave requests created with a given time off type generate a corresponding entry in the Calendar app. However, this field was not displayed on the form view. This commit adds `create_calendar_meeting` to the `hr.leave.type` form view inside the configuration section, along with dedicated help text explaining its behavior. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Original PR description
The `create_calendar_meeting` field on `hr.leave.type` allows users to choose if leave requests created with a given time off type generate a corresponding entry in the Calendar app. However, this field was not displayed on the form view. This commit adds `create_calendar_meeting` to the `hr.leave.type` form view inside the configuration section, along with dedicated help text explaining its behavior. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#282339 Forward-Port-Of: odoo/odoo#280593