Daily updates from Odoo
Thursday, January 1, 2026
2 changes · saas-19.1
Resolved issues and error corrections
This update improves the clarity of our gratuity reports by now including information on how gratuity is calculated. Previously, this crucial detail was missing, making it difficult to understand the report's figures. This change ensures greater transparency and accuracy for financial reporting.
Original PR description
Before: - We were not printing any information about how gratuity is being calculated. After: - We are going to print information about how gratuity is being calculated. task-5454700
This update automatically marks UrbanPiper orders as paid in Odoo when they are marked as 'dispatched'. This prevents orders from being accidentally cancelled due to missed payment marking, improving the POS process. It also ensures UrbanPiper orders are tracked within Odoo's internal systems.
Original PR description
*= urban_piper, black_box_be In this commit: =============== - When UrbanPiper updates an order to `dispatched`, we now automatically mark the order as paid in Odoo. - This prevents the order from being cancelled during the POS session closing if the cashier forgot to mark it as ready. - Also, we are adding this urban piper order to the blackbox, if it was not recorded in it. Task: 5261892 X-original-commit: 808cf7b3f8c185053dac5cbf75307efa67fd6e90 Forward-Port Of:odoo/enterprise#99513 Forward-Port-Of: odoo/enterprise#103102 Forward-Port-Of: odoo/enterprise#102346